Html Css Color HEX #00AACB Iris Blue

📋 copy color: '#00AACB'

red 0 ◦ green 170 ◦ blue 203

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

Shades of Iris Blue #00AACB

Tints of Iris Blue #00AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.58%

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 0%
G = 45.58%
B = 54.42%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#00AACB (or 0x00AACB) is known color: Iris Blue. HEX triplet: 00, AA and CB. RGB value is (0,170,203). Sum of RGB (Red+Green+Blue) = 0+170+203=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #00AACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AACB is #FF5534. Grayscale: #7A7A7A. Windows color (decimal): -16733493 or 13347328. OLE color: 13347328.

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

Color convert

RGB 0 170 203 -
CMYK 1 0.16 0 0.20
HSL 189.75º 1% 0.4% -
HSV(B) 189.75º 1% 0.8% -
XYZ 25.15 33.06 61.56 -
YUV 122.93 173.18 40.32 -
System Red Green Blue C M Y K H S L
Decimal 0 170 203 1 0.16 0 0.20 189.75 1 0.4
Hex 0 AA CB 64 10 0 14 BE 64 28
Octal 0 252 313 144 20 0 24 276 144 50
Binary 0 10101010 11001011 1100100 10000 0 10100 10111110 1100100 101000

Color Harmonies of #00AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AACB

Black with #00AACB

Text Example


Text Example

White with #00AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,170,203); }

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

background-color css

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

 a { background-color: rgb(0,170,203); }

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

border-color css

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

 span { border-color: rgb(0,170,203); }

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