Html Css Color HEX #08B2DB Iris Blue

📋 copy color: '#08B2DB'

red 8 ◦ green 178 ◦ blue 219

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

Shades of Iris Blue #08B2DB

Tints of Iris Blue #08B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.95%

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 1.98%
G = 43.95%
B = 54.07%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#08B2DB (or 0x08B2DB) is known color: Iris Blue. HEX triplet: 08, B2 and DB. RGB value is (8,178,219). Sum of RGB (Red+Green+Blue) = 8+178+219=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #08B2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08B2DB is #F74D24. Grayscale: #838383. Windows color (decimal): -16207141 or 14397960. OLE color: 14397960.

HSL color Cylindrical-coordinate representation of color #08B2DB: hue angle of 191.66º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B2DB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 178 219 -
CMYK 0.96 0.19 0 0.14
HSL 191.66º 0.93% 0.45% -
HSV(B) 191.66º 0.96% 0.86% -
XYZ 28.81 37.01 72.64 -
YUV 131.84 177.18 39.67 -
System Red Green Blue C M Y K H S L
Decimal 8 178 219 0.96 0.19 0 0.14 191.66 0.93 0.45
Hex 8 B2 DB 60 13 0 E C0 5D 2D
Octal 10 262 333 140 23 0 16 300 135 55
Binary 1000 10110010 11011011 1100000 10011 0 1110 11000000 1011101 101101

Color Harmonies of #08B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B2DB

Black with #08B2DB

Text Example


Text Example

White with #08B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,178,219); }

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

background-color css

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

 a { background-color: rgb(8,178,219); }

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

border-color css

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

 span { border-color: rgb(8,178,219); }

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