Html Css Color HEX #04A8DE Iris Blue

📋 copy color: '#04A8DE'

red 4 ◦ green 168 ◦ blue 222

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

Shades of Iris Blue #04A8DE

Tints of Iris Blue #04A8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.64%

 BLUE value IS 222 (87.11% from 255) = 56.35%

R = 1.02%
G = 42.64%
B = 56.35%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04A8DE (or 0x04A8DE) is known color: Iris Blue. HEX triplet: 04, A8 and DE. RGB value is (4,168,222). Sum of RGB (Red+Green+Blue) = 4+168+222=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #04A8DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A8DE is #FB5721. Grayscale: #7C7C7C. Windows color (decimal): -16471842 or 14592004. OLE color: 14592004.

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

Color convert

RGB 4 168 222 -
CMYK 0.98 0.24 0 0.13
HSL 194.86º 0.96% 0.44% -
HSV(B) 194.86º 0.98% 0.87% -
XYZ 27.24 33.31 74.1 -
YUV 125.12 182.67 41.61 -
System Red Green Blue C M Y K H S L
Decimal 4 168 222 0.98 0.24 0 0.13 194.86 0.96 0.44
Hex 4 A8 DE 62 18 0 D C3 60 2C
Octal 4 250 336 142 30 0 15 303 140 54
Binary 100 10101000 11011110 1100010 11000 0 1101 11000011 1100000 101100

Color Harmonies of #04A8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A8DE

Black with #04A8DE

Text Example


Text Example

White with #04A8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,168,222); }

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

background-color css

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

 a { background-color: rgb(4,168,222); }

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

border-color css

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

 span { border-color: rgb(4,168,222); }

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