#0FBED7

Color #0FBED7 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0FBED7

Tints of Iris Blue #0FBED7

Color information

#0FBED7 (or 0x0FBED7) is unknown color: approx Iris Blue. HEX triplet: 0F, BE and D7. RGB value is (15,190,215). Sum of RGB (Red+Green+Blue) = 15+190+215=420 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.57% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #0FBED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBED7 is #F04128. Grayscale: #8C8C8C. Windows color (decimal): -15745321 or 14138895. OLE color: 14138895.

HSL color Cylindrical-coordinate representation of color #0FBED7: hue angle of 187.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBED7 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15190215-
CMYK0.930.1200.16
HSL187.5º86.96%45.1%-
HSV(B)187.5º93.02%84.31%-
XYZ30.8841.8370.74-
YUV140.52170.0238.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 3.57%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 215 (84.38% from 255) = 51.19%
R=3.57%
G=45.24%
B=51.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal151902150.930.1200.16187.586.9645.1
HexFBED75DC010bc572d
Octal172763271351402027412755
Binary1111101111101101011110111011100010000101111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FBED7; }

 p { color: rgb(15,190,215); }

 H1.HeaderClassName
 {
   color: #0FBED7;
 }
 .AnyTagClassName
 {
   color: #0FBED7;
 }
</style>
background-color css

<style>
 a { background-color: #0FBED7; }

 a { background-color: rgb(15,190,215); }

 div.DivClassName
 {
   background-color: #0FBED7;
 }
 .BgClassName
 {
   background-color: #0FBED7;
 }
</style>
border-color css

<style>
 span { border-color: #0FBED7; }

 span { border-color: rgb(15,190,215); }

 td.TdClassName
 {
   border-color: #0FBED7;
 }
 .TagClassName
 {
   border-color: #0FBED7;
 }
</style>