Html Css Color HEX #04AFDE Iris Blue

📋 copy color: '#04AFDE'

red 4 ◦ green 175 ◦ blue 222

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

Shades of Iris Blue #04AFDE

Tints of Iris Blue #04AFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.64%

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

R = 1%
G = 43.64%
B = 55.36%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04AFDE (or 0x04AFDE) is known color: Iris Blue. HEX triplet: 04, AF and DE. RGB value is (4,175,222). Sum of RGB (Red+Green+Blue) = 4+175+222=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #04AFDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFDE is #FB5021. Grayscale: #808080. Windows color (decimal): -16470050 or 14593796. OLE color: 14593796.

HSL color Cylindrical-coordinate representation of color #04AFDE: hue angle of 192.94º 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 #04AFDE is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 175 222 -
CMYK 0.98 0.21 0 0.13
HSL 192.94º 0.96% 0.44% -
HSV(B) 192.94º 0.98% 0.87% -
XYZ 28.56 35.96 74.54 -
YUV 129.23 180.35 38.68 -
System Red Green Blue C M Y K H S L
Decimal 4 175 222 0.98 0.21 0 0.13 192.94 0.96 0.44
Hex 4 AF DE 62 15 0 D C1 60 2C
Octal 4 257 336 142 25 0 15 301 140 54
Binary 100 10101111 11011110 1100010 10101 0 1101 11000001 1100000 101100

Color Harmonies of #04AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AFDE

Black with #04AFDE

Text Example


Text Example

White with #04AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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