Html Css Color HEX #08BFCB Iris Blue

📋 copy color: '#08BFCB'

red 8 ◦ green 191 ◦ blue 203

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

Shades of Iris Blue #08BFCB

Tints of Iris Blue #08BFCB

RGB

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

 GREEN value IS 191 (75% from 255) = 47.51%

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

R = 1.99%
G = 47.51%
B = 50.5%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#08BFCB (or 0x08BFCB) is known color: Iris Blue. HEX triplet: 08, BF and CB. RGB value is (8,191,203). Sum of RGB (Red+Green+Blue) = 8+191+203=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #08BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BFCB is #F74034. Grayscale: #898989. Windows color (decimal): -16203829 or 13352712. OLE color: 13352712.

HSL color Cylindrical-coordinate representation of color #08BFCB: hue angle of 183.69º 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 #08BFCB is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 191 203 -
CMYK 0.96 0.06 0 0.20
HSL 183.69º 0.92% 0.41% -
HSV(B) 183.69º 0.96% 0.8% -
XYZ 29.51 41.63 62.98 -
YUV 137.65 164.87 35.52 -
System Red Green Blue C M Y K H S L
Decimal 8 191 203 0.96 0.06 0 0.20 183.69 0.92 0.41
Hex 8 BF CB 60 6 0 14 B8 5C 29
Octal 10 277 313 140 6 0 24 270 134 51
Binary 1000 10111111 11001011 1100000 110 0 10100 10111000 1011100 101001

Color Harmonies of #08BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BFCB

Black with #08BFCB

Text Example


Text Example

White with #08BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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