Html Css Color HEX #08ABDB Iris Blue

📋 copy color: '#08ABDB'

red 8 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #08ABDB

Tints of Iris Blue #08ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.96%

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

R = 2.01%
G = 42.96%
B = 55.03%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#08ABDB (or 0x08ABDB) is known color: Iris Blue. HEX triplet: 08, AB and DB. RGB value is (8,171,219). Sum of RGB (Red+Green+Blue) = 8+171+219=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #08ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ABDB is #F75424. Grayscale: #7F7F7F. Windows color (decimal): -16208933 or 14396168. OLE color: 14396168.

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

Color convert

RGB 8 171 219 -
CMYK 0.96 0.22 0 0.14
HSL 193.65º 0.93% 0.45% -
HSV(B) 193.65º 0.96% 0.86% -
XYZ 27.45 34.29 72.19 -
YUV 127.74 179.5 42.6 -
System Red Green Blue C M Y K H S L
Decimal 8 171 219 0.96 0.22 0 0.14 193.65 0.93 0.45
Hex 8 AB DB 60 16 0 E C2 5D 2D
Octal 10 253 333 140 26 0 16 302 135 55
Binary 1000 10101011 11011011 1100000 10110 0 1110 11000010 1011101 101101

Color Harmonies of #08ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ABDB

Black with #08ABDB

Text Example


Text Example

White with #08ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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