Html Css Color HEX #00ABBD Iris Blue

📋 copy color: '#00ABBD'

red 0 ◦ green 171 ◦ blue 189

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

Shades of Iris Blue #00ABBD

Tints of Iris Blue #00ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 0%
G = 47.5%
B = 52.5%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#00ABBD (or 0x00ABBD) is known color: Iris Blue. HEX triplet: 00, AB and BD. RGB value is (0,171,189). Sum of RGB (Red+Green+Blue) = 0+171+189=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #00ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABBD is #FF5442. Grayscale: #797979. Windows color (decimal): -16733251 or 12430080. OLE color: 12430080.

HSL color Cylindrical-coordinate representation of color #00ABBD: hue angle of 185.71º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABBD is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 171 189 -
CMYK 1 0.10 0 0.26
HSL 185.71º 1% 0.37% -
HSV(B) 185.71º 1% 0.74% -
XYZ 23.75 32.8 53.22 -
YUV 121.92 165.85 41.04 -
System Red Green Blue C M Y K H S L
Decimal 0 171 189 1 0.10 0 0.26 185.71 1 0.37
Hex 0 AB BD 64 A 0 1A BA 64 25
Octal 0 253 275 144 12 0 32 272 144 45
Binary 0 10101011 10111101 1100100 1010 0 11010 10111010 1100100 100101

Color Harmonies of #00ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABBD

Black with #00ABBD

Text Example


Text Example

White with #00ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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