Html Css Color HEX #00ABC9 Iris Blue

📋 copy color: '#00ABC9'

red 0 ◦ green 171 ◦ blue 201

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

Shades of Iris Blue #00ABC9

Tints of Iris Blue #00ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 54.03%

R = 0%
G = 45.97%
B = 54.03%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#00ABC9 (or 0x00ABC9) is known color: Iris Blue. HEX triplet: 00, AB and C9. RGB value is (0,171,201). Sum of RGB (Red+Green+Blue) = 0+171+201=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #00ABC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABC9 is #FF5436. Grayscale: #7B7B7B. Windows color (decimal): -16733239 or 13216512. OLE color: 13216512.

HSL color Cylindrical-coordinate representation of color #00ABC9: hue angle of 188.96º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABC9 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 171 201 -
CMYK 1 0.15 0 0.21
HSL 188.96º 1% 0.39% -
HSV(B) 188.96º 1% 0.79% -
XYZ 25.11 33.34 60.37 -
YUV 123.29 171.85 40.06 -
System Red Green Blue C M Y K H S L
Decimal 0 171 201 1 0.15 0 0.21 188.96 1 0.39
Hex 0 AB C9 64 F 0 15 BD 64 27
Octal 0 253 311 144 17 0 25 275 144 47
Binary 0 10101011 11001001 1100100 1111 0 10101 10111101 1100100 100111

Color Harmonies of #00ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABC9

Black with #00ABC9

Text Example


Text Example

White with #00ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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