Html Css Color HEX #08BBCB Iris Blue

📋 copy color: '#08BBCB'

red 8 ◦ green 187 ◦ blue 203

#08BBCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #08BBCB

Tints of Iris Blue #08BBCB

RGB

 RED value IS 8 (3.52% from 255) = 2.01%

 GREEN value IS 187 (73.44% from 255) = 46.98%

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 2.01%
G = 46.98%
B = 51.01%

CMYK

 C value IS 0.96

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#08BBCB (or 0x08BBCB) is known color: Iris Blue. HEX triplet: 08, BB and CB. RGB value is (8,187,203). Sum of RGB (Red+Green+Blue) = 8+187+203=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #08BBCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBCB is #F74434. Grayscale: #878787. Windows color (decimal): -16204853 or 13351688. OLE color: 13351688.

HSL color Cylindrical-coordinate representation of color #08BBCB: hue angle of 184.92º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBCB is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 187 203 -
CMYK 0.96 0.08 0 0.20
HSL 184.92º 0.92% 0.41% -
HSV(B) 184.92º 0.96% 0.8% -
XYZ 28.65 39.9 62.69 -
YUV 135.3 166.2 37.2 -
System Red Green Blue C M Y K H S L
Decimal 8 187 203 0.96 0.08 0 0.20 184.92 0.92 0.41
Hex 8 BB CB 60 8 0 14 B9 5C 29
Octal 10 273 313 140 10 0 24 271 134 51
Binary 1000 10111011 11001011 1100000 1000 0 10100 10111001 1011100 101001

Color Harmonies of #08BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BBCB

Black with #08BBCB

Text Example


Text Example

White with #08BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BBCB; }

 p { color: rgb(8,187,203); }

 H1.HeaderClassName
 {
   color: #08BBCB;
 }
 .AnyTagClassName
 {
   color: #08BBCB;
 }
</style>

background-color css

<style>
 a { background-color: #08BBCB; }

 a { background-color: rgb(8,187,203); }

 div.DivClassName
 {
   background-color: #08BBCB;
 }
 .BgClassName
 {
   background-color: #08BBCB;
 }
</style>

border-color css

<style>
 span { border-color: #08BBCB; }

 span { border-color: rgb(8,187,203); }

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