Html Css Color HEX #08BBD0 Iris Blue

📋 copy color: '#08BBD0'

red 8 ◦ green 187 ◦ blue 208

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

Shades of Iris Blue #08BBD0

Tints of Iris Blue #08BBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.61%

R = 1.99%
G = 46.4%
B = 51.61%

CMYK

 C value IS 0.96

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#08BBD0 (or 0x08BBD0) is known color: Iris Blue. HEX triplet: 08, BB and D0. RGB value is (8,187,208). Sum of RGB (Red+Green+Blue) = 8+187+208=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #08BBD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #08BBD0 is #F7442F. Grayscale: #878787. Windows color (decimal): -16204848 or 13679368. OLE color: 13679368.

HSL color Cylindrical-coordinate representation of color #08BBD0: hue angle of 186.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BBD0 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 187 208 -
CMYK 0.96 0.10 0 0.18
HSL 186.3º 0.93% 0.42% -
HSV(B) 186.3º 0.96% 0.82% -
XYZ 29.26 40.15 65.88 -
YUV 135.87 168.7 36.79 -
System Red Green Blue C M Y K H S L
Decimal 8 187 208 0.96 0.10 0 0.18 186.3 0.93 0.42
Hex 8 BB D0 60 A 0 12 BA 5D 2A
Octal 10 273 320 140 12 0 22 272 135 52
Binary 1000 10111011 11010000 1100000 1010 0 10010 10111010 1011101 101010

Color Harmonies of #08BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BBD0

Black with #08BBD0

Text Example


Text Example

White with #08BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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