Html Css Color HEX #00ABB3 Iris Blue

📋 copy color: '#00ABB3'

red 0 ◦ green 171 ◦ blue 179

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

Shades of Iris Blue #00ABB3

Tints of Iris Blue #00ABB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.14%

R = 0%
G = 48.86%
B = 51.14%

CMYK

 C value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#00ABB3 (or 0x00ABB3) is known color: Iris Blue. HEX triplet: 00, AB and B3. RGB value is (0,171,179). Sum of RGB (Red+Green+Blue) = 0+171+179=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 179 (70.31% from 255 or 51.14% from 350); Max value from RGB is 179 - color contains mainly: blue. Hex color #00ABB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ABB3 is #FF544C. Grayscale: #787878. Windows color (decimal): -16733261 or 11774720. OLE color: 11774720.

HSL color Cylindrical-coordinate representation of color #00ABB3: hue angle of 182.68º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABB3 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 171 179 -
CMYK 1 0.04 0 0.30
HSL 182.68º 1% 0.35% -
HSV(B) 182.68º 1% 0.7% -
XYZ 22.7 32.38 47.7 -
YUV 120.78 160.85 41.85 -
System Red Green Blue C M Y K H S L
Decimal 0 171 179 1 0.04 0 0.30 182.68 1 0.35
Hex 0 AB B3 64 4 0 1E B7 64 23
Octal 0 253 263 144 4 0 36 267 144 43
Binary 0 10101011 10110011 1100100 100 0 11110 10110111 1100100 100011

Color Harmonies of #00ABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00ABB3

Black with #00ABB3

Text Example


Text Example

White with #00ABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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