#0fbdcb

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

Shades of Iris Blue #0FBDCB

Tints of Iris Blue #0FBDCB

Color information

#0FBDCB (or 0x0FBDCB) is unknown color: approx Iris Blue. HEX triplet: 0F, BD and CB. RGB value is (15,189,203). Sum of RGB (Red+Green+Blue) = 15+189+203=407 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.69% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FBDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FBDCB is #F04234. Grayscale: #8A8A8A. Windows color (decimal): -15745589 or 13352207. OLE color: 13352207.

HSL color Cylindrical-coordinate representation of color #0FBDCB: hue angle of 184.47º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FBDCB is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15189203-
CMYK0.930.0700.20
HSL184.47º86.24%42.75%-
HSV(B)184.47º92.61%79.61%-
XYZ29.1740.8162.84-
YUV138.57164.3539.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.69%
GREEN value IS 189 (74.22% from 255) = 46.44%
BLUE value IS 203 (79.69% from 255) = 49.88%
R=3.69%
G=46.44%
B=49.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151892030.930.0700.20184.4786.2442.75
HexFBDCB5D7014b8562b
Octal17275313135702427012653
Binary111110111101110010111011101111010100101110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fbdcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,189,203); }

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

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

 a { background-color: rgb(15,189,203); }

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

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

 span { border-color: rgb(15,189,203); }

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