Html Css Color HEX #08BACB Iris Blue

📋 copy color: '#08BACB'

red 8 ◦ green 186 ◦ blue 203

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

Shades of Iris Blue #08BACB

Tints of Iris Blue #08BACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.85%

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

R = 2.02%
G = 46.85%
B = 51.13%

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

#08BACB (or 0x08BACB) is known color: Iris Blue. HEX triplet: 08, BA and CB. RGB value is (8,186,203). Sum of RGB (Red+Green+Blue) = 8+186+203=397 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #08BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BACB is #F74534. Grayscale: #868686. Windows color (decimal): -16205109 or 13351432. OLE color: 13351432.

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

Color convert

RGB 8 186 203 -
CMYK 0.96 0.08 0 0.20
HSL 185.23º 0.92% 0.41% -
HSV(B) 185.23º 0.96% 0.8% -
XYZ 28.44 39.48 62.62 -
YUV 134.72 166.53 37.62 -
System Red Green Blue C M Y K H S L
Decimal 8 186 203 0.96 0.08 0 0.20 185.23 0.92 0.41
Hex 8 BA CB 60 8 0 14 B9 5C 29
Octal 10 272 313 140 10 0 24 271 134 51
Binary 1000 10111010 11001011 1100000 1000 0 10100 10111001 1011100 101001

Color Harmonies of #08BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BACB

Black with #08BACB

Text Example


Text Example

White with #08BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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