Html Css Color HEX #08BCB8 Iris Blue

📋 copy color: '#08BCB8'

red 8 ◦ green 188 ◦ blue 184

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

Shades of Iris Blue #08BCB8

Tints of Iris Blue #08BCB8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.47%

 BLUE value IS 184 (72.27% from 255) = 48.42%

R = 2.11%
G = 49.47%
B = 48.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#08BCB8 (or 0x08BCB8) is known color: Iris Blue. HEX triplet: 08, BC and B8. RGB value is (8,188,184). Sum of RGB (Red+Green+Blue) = 8+188+184=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #08BCB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCB8 is #F74347. Grayscale: #858585. Windows color (decimal): -16204616 or 12106760. OLE color: 12106760.

HSL color Cylindrical-coordinate representation of color #08BCB8: hue angle of 178.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BCB8 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 188 184 -
CMYK 0.96 0 0.02 0.26
HSL 178.67º 0.92% 0.38% -
HSV(B) 178.67º 0.96% 0.74% -
XYZ 26.74 39.48 51.56 -
YUV 133.72 156.37 38.33 -
System Red Green Blue C M Y K H S L
Decimal 8 188 184 0.96 0 0.02 0.26 178.67 0.92 0.38
Hex 8 BC B8 60 0 2 1A B3 5C 26
Octal 10 274 270 140 0 2 32 263 134 46
Binary 1000 10111100 10111000 1100000 0 10 11010 10110011 1011100 100110

Color Harmonies of #08BCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BCB8

Black with #08BCB8

Text Example


Text Example

White with #08BCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,188,184); }

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

background-color css

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

 a { background-color: rgb(8,188,184); }

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

border-color css

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

 span { border-color: rgb(8,188,184); }

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