Html Css Color HEX #00ABDB Iris Blue

📋 copy color: '#00ABDB'

red 0 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #00ABDB

Tints of Iris Blue #00ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.15%

R = 0%
G = 43.85%
B = 56.15%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00ABDB (or 0x00ABDB) is known color: Iris Blue. HEX triplet: 00, AB and DB. RGB value is (0,171,219). Sum of RGB (Red+Green+Blue) = 0+171+219=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #00ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABDB is #FF5424. Grayscale: #7C7C7C. Windows color (decimal): -16733221 or 14396160. OLE color: 14396160.

HSL color Cylindrical-coordinate representation of color #00ABDB: hue angle of 193.15º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABDB is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 171 219 -
CMYK 1 0.22 0 0.14
HSL 193.15º 1% 0.43% -
HSV(B) 193.15º 1% 0.86% -
XYZ 27.35 34.24 72.19 -
YUV 125.34 180.85 38.6 -
System Red Green Blue C M Y K H S L
Decimal 0 171 219 1 0.22 0 0.14 193.15 1 0.43
Hex 0 AB DB 64 16 0 E C1 64 2B
Octal 0 253 333 144 26 0 16 301 144 53
Binary 0 10101011 11011011 1100100 10110 0 1110 11000001 1100100 101011

Color Harmonies of #00ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABDB

Black with #00ABDB

Text Example


Text Example

White with #00ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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