Html Css Color HEX #00ABBB Iris Blue

📋 copy color: '#00ABBB'

red 0 ◦ green 171 ◦ blue 187

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

Shades of Iris Blue #00ABBB

Tints of Iris Blue #00ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.23%

R = 0%
G = 47.77%
B = 52.23%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#00ABBB (or 0x00ABBB) is known color: Iris Blue. HEX triplet: 00, AB and BB. RGB value is (0,171,187). Sum of RGB (Red+Green+Blue) = 0+171+187=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #00ABBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABBB is #FF5444. Grayscale: #797979. Windows color (decimal): -16733253 or 12299008. OLE color: 12299008.

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

Color convert

RGB 0 171 187 -
CMYK 1 0.09 0 0.27
HSL 185.13º 1% 0.37% -
HSV(B) 185.13º 1% 0.73% -
XYZ 23.53 32.71 52.09 -
YUV 121.7 164.85 41.2 -
System Red Green Blue C M Y K H S L
Decimal 0 171 187 1 0.09 0 0.27 185.13 1 0.37
Hex 0 AB BB 64 9 0 1B B9 64 25
Octal 0 253 273 144 11 0 33 271 144 45
Binary 0 10101011 10111011 1100100 1001 0 11011 10111001 1100100 100101

Color Harmonies of #00ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABBB

Black with #00ABBB

Text Example


Text Example

White with #00ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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