Html Css Color HEX #08BCBD Iris Blue

📋 copy color: '#08BCBD'

red 8 ◦ green 188 ◦ blue 189

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

Shades of Iris Blue #08BCBD

Tints of Iris Blue #08BCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 2.08%
G = 48.83%
B = 49.09%

CMYK

 C value IS 0.96

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#08BCBD (or 0x08BCBD) is known color: Iris Blue. HEX triplet: 08, BC and BD. RGB value is (8,188,189). Sum of RGB (Red+Green+Blue) = 8+188+189=385 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.08% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #08BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BCBD is #F74342. Grayscale: #868686. Windows color (decimal): -16204611 or 12434440. OLE color: 12434440.

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

Color convert

RGB 8 188 189 -
CMYK 0.96 0.01 0 0.26
HSL 180.33º 0.92% 0.39% -
HSV(B) 180.33º 0.96% 0.74% -
XYZ 27.27 39.69 54.37 -
YUV 134.29 158.87 37.92 -
System Red Green Blue C M Y K H S L
Decimal 8 188 189 0.96 0.01 0 0.26 180.33 0.92 0.39
Hex 8 BC BD 60 1 0 1A B4 5C 27
Octal 10 274 275 140 1 0 32 264 134 47
Binary 1000 10111100 10111101 1100000 1 0 11010 10110100 1011100 100111

Color Harmonies of #08BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BCBD

Black with #08BCBD

Text Example


Text Example

White with #08BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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