Html Css Color HEX #00ABD2 Iris Blue

📋 copy color: '#00ABD2'

red 0 ◦ green 171 ◦ blue 210

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

Shades of Iris Blue #00ABD2

Tints of Iris Blue #00ABD2

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 210 (82.42% from 255) = 55.12%

R = 0%
G = 44.88%
B = 55.12%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#00ABD2 (or 0x00ABD2) is known color: Iris Blue. HEX triplet: 00, AB and D2. RGB value is (0,171,210). Sum of RGB (Red+Green+Blue) = 0+171+210=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 210 (82.42% from 255 or 55.12% from 381); Max value from RGB is 210 - color contains mainly: blue. Hex color #00ABD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABD2 is #FF542D. Grayscale: #7B7B7B. Windows color (decimal): -16733230 or 13806336. OLE color: 13806336.

HSL color Cylindrical-coordinate representation of color #00ABD2: hue angle of 191.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABD2 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 171 210 -
CMYK 1 0.19 0 0.18
HSL 191.14º 1% 0.41% -
HSV(B) 191.14º 1% 0.82% -
XYZ 26.2 33.78 66.11 -
YUV 124.32 176.35 39.33 -
System Red Green Blue C M Y K H S L
Decimal 0 171 210 1 0.19 0 0.18 191.14 1 0.41
Hex 0 AB D2 64 13 0 12 BF 64 29
Octal 0 253 322 144 23 0 22 277 144 51
Binary 0 10101011 11010010 1100100 10011 0 10010 10111111 1100100 101001

Color Harmonies of #00ABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABD2

Black with #00ABD2

Text Example


Text Example

White with #00ABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00ABD2; }

 p { color: rgb(0,171,210); }

 H1.HeaderClassName
 {
   color: #00ABD2;
 }
 .AnyTagClassName
 {
   color: #00ABD2;
 }
</style>

background-color css

<style>
 a { background-color: #00ABD2; }

 a { background-color: rgb(0,171,210); }

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

border-color css

<style>
 span { border-color: #00ABD2; }

 span { border-color: rgb(0,171,210); }

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