Html Css Color HEX #04ABE2 Iris Blue

📋 copy color: '#04ABE2'

red 4 ◦ green 171 ◦ blue 226

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

Shades of Iris Blue #04ABE2

Tints of Iris Blue #04ABE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 56.36%

R = 1%
G = 42.64%
B = 56.36%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#04ABE2 (or 0x04ABE2) is known color: Iris Blue. HEX triplet: 04, AB and E2. RGB value is (4,171,226). Sum of RGB (Red+Green+Blue) = 4+171+226=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 226 (88.67% from 255 or 56.36% from 401); Max value from RGB is 226 - color contains mainly: blue. Hex color #04ABE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABE2 is #FB541D. Grayscale: #7E7E7E. Windows color (decimal): -16471070 or 14854916. OLE color: 14854916.

HSL color Cylindrical-coordinate representation of color #04ABE2: hue angle of 194.86º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABE2 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 4 171 226 -
CMYK 0.98 0.24 0 0.11
HSL 194.86º 0.97% 0.45% -
HSV(B) 194.86º 0.98% 0.89% -
XYZ 28.34 34.64 77.14 -
YUV 127.34 183.67 40.03 -
System Red Green Blue C M Y K H S L
Decimal 4 171 226 0.98 0.24 0 0.11 194.86 0.97 0.45
Hex 4 AB E2 62 18 0 B C3 61 2D
Octal 4 253 342 142 30 0 13 303 141 55
Binary 100 10101011 11100010 1100010 11000 0 1011 11000011 1100001 101101

Color Harmonies of #04ABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ABE2

Black with #04ABE2

Text Example


Text Example

White with #04ABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,171,226); }

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

background-color css

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

 a { background-color: rgb(4,171,226); }

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

border-color css

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

 span { border-color: rgb(4,171,226); }

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