Html Css Color HEX #08ABDD Iris Blue

📋 copy color: '#08ABDD'

red 8 ◦ green 171 ◦ blue 221

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

Shades of Iris Blue #08ABDD

Tints of Iris Blue #08ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 2%
G = 42.75%
B = 55.25%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#08ABDD (or 0x08ABDD) is known color: Iris Blue. HEX triplet: 08, AB and DD. RGB value is (8,171,221). Sum of RGB (Red+Green+Blue) = 8+171+221=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #08ABDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #08ABDD is #F75422. Grayscale: #7F7F7F. Windows color (decimal): -16208931 or 14527240. OLE color: 14527240.

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

Color convert

RGB 8 171 221 -
CMYK 0.96 0.23 0 0.13
HSL 194.08º 0.93% 0.45% -
HSV(B) 194.08º 0.96% 0.87% -
XYZ 27.71 34.4 73.59 -
YUV 127.96 180.5 42.43 -
System Red Green Blue C M Y K H S L
Decimal 8 171 221 0.96 0.23 0 0.13 194.08 0.93 0.45
Hex 8 AB DD 60 17 0 D C2 5D 2D
Octal 10 253 335 140 27 0 15 302 135 55
Binary 1000 10101011 11011101 1100000 10111 0 1101 11000010 1011101 101101

Color Harmonies of #08ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ABDD

Black with #08ABDD

Text Example


Text Example

White with #08ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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