Html Css Color HEX #04AABC Iris Blue

📋 copy color: '#04AABC'

red 4 ◦ green 170 ◦ blue 188

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

Shades of Iris Blue #04AABC

Tints of Iris Blue #04AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 1.1%
G = 46.96%
B = 51.93%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#04AABC (or 0x04AABC) is known color: Iris Blue. HEX triplet: 04, AA and BC. RGB value is (4,170,188). Sum of RGB (Red+Green+Blue) = 4+170+188=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #04AABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AABC is #FB5543. Grayscale: #7A7A7A. Windows color (decimal): -16471364 or 12364292. OLE color: 12364292.

HSL color Cylindrical-coordinate representation of color #04AABC: hue angle of 185.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AABC is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 170 188 -
CMYK 0.98 0.10 0 0.26
HSL 185.87º 0.96% 0.38% -
HSV(B) 185.87º 0.98% 0.74% -
XYZ 23.5 32.41 52.59 -
YUV 122.42 165 43.54 -
System Red Green Blue C M Y K H S L
Decimal 4 170 188 0.98 0.10 0 0.26 185.87 0.96 0.38
Hex 4 AA BC 62 A 0 1A BA 60 26
Octal 4 252 274 142 12 0 32 272 140 46
Binary 100 10101010 10111100 1100010 1010 0 11010 10111010 1100000 100110

Color Harmonies of #04AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AABC

Black with #04AABC

Text Example


Text Example

White with #04AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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