Html Css Color HEX #00ABCA Iris Blue

📋 copy color: '#00ABCA'

red 0 ◦ green 171 ◦ blue 202

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

Shades of Iris Blue #00ABCA

Tints of Iris Blue #00ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.16%

R = 0%
G = 45.84%
B = 54.16%

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

#00ABCA (or 0x00ABCA) is known color: Iris Blue. HEX triplet: 00, AB and CA. RGB value is (0,171,202). Sum of RGB (Red+Green+Blue) = 0+171+202=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #00ABCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABCA is #FF5435. Grayscale: #7B7B7B. Windows color (decimal): -16733238 or 13282048. OLE color: 13282048.

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

Color convert

RGB 0 171 202 -
CMYK 1 0.15 0 0.21
HSL 189.21º 1% 0.4% -
HSV(B) 189.21º 1% 0.79% -
XYZ 25.22 33.39 60.99 -
YUV 123.41 172.35 39.98 -
System Red Green Blue C M Y K H S L
Decimal 0 171 202 1 0.15 0 0.21 189.21 1 0.4
Hex 0 AB CA 64 F 0 15 BD 64 28
Octal 0 253 312 144 17 0 25 275 144 50
Binary 0 10101011 11001010 1100100 1111 0 10101 10111101 1100100 101000

Color Harmonies of #00ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABCA

Black with #00ABCA

Text Example


Text Example

White with #00ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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