Html Css Color HEX #04AABA Iris Blue

📋 copy color: '#04AABA'

red 4 ◦ green 170 ◦ blue 186

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

Shades of Iris Blue #04AABA

Tints of Iris Blue #04AABA

RGB

 RED value IS 4 (1.95% from 255) = 1.11%

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

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 1.11%
G = 47.22%
B = 51.67%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#04AABA (or 0x04AABA) is known color: Iris Blue. HEX triplet: 04, AA and BA. RGB value is (4,170,186). Sum of RGB (Red+Green+Blue) = 4+170+186=360 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #04AABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AABA is #FB5545. Grayscale: #797979. Windows color (decimal): -16471366 or 12233220. OLE color: 12233220.

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

Color convert

RGB 4 170 186 -
CMYK 0.98 0.09 0 0.27
HSL 185.27º 0.96% 0.37% -
HSV(B) 185.27º 0.98% 0.73% -
XYZ 23.29 32.32 51.47 -
YUV 122.19 164 43.7 -
System Red Green Blue C M Y K H S L
Decimal 4 170 186 0.98 0.09 0 0.27 185.27 0.96 0.37
Hex 4 AA BA 62 9 0 1B B9 60 25
Octal 4 252 272 142 11 0 33 271 140 45
Binary 100 10101010 10111010 1100010 1001 0 11011 10111001 1100000 100101

Color Harmonies of #04AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AABA

Black with #04AABA

Text Example


Text Example

White with #04AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04AABA; }

 p { color: rgb(4,170,186); }

 H1.HeaderClassName
 {
   color: #04AABA;
 }
 .AnyTagClassName
 {
   color: #04AABA;
 }
</style>

background-color css

<style>
 a { background-color: #04AABA; }

 a { background-color: rgb(4,170,186); }

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

border-color css

<style>
 span { border-color: #04AABA; }

 span { border-color: rgb(4,170,186); }

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