Html Css Color HEX #04AFDA Iris Blue

📋 copy color: '#04AFDA'

red 4 ◦ green 175 ◦ blue 218

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

Shades of Iris Blue #04AFDA

Tints of Iris Blue #04AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 1.01%
G = 44.08%
B = 54.91%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#04AFDA (or 0x04AFDA) is known color: Iris Blue. HEX triplet: 04, AF and DA. RGB value is (4,175,218). Sum of RGB (Red+Green+Blue) = 4+175+218=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #04AFDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AFDA is #FB5025. Grayscale: #808080. Windows color (decimal): -16470054 or 14331652. OLE color: 14331652.

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

Color convert

RGB 4 175 218 -
CMYK 0.98 0.20 0 0.15
HSL 192.06º 0.96% 0.44% -
HSV(B) 192.06º 0.98% 0.85% -
XYZ 28.03 35.75 71.75 -
YUV 128.77 178.35 39 -
System Red Green Blue C M Y K H S L
Decimal 4 175 218 0.98 0.20 0 0.15 192.06 0.96 0.44
Hex 4 AF DA 62 14 0 F C0 60 2C
Octal 4 257 332 142 24 0 17 300 140 54
Binary 100 10101111 11011010 1100010 10100 0 1111 11000000 1100000 101100

Color Harmonies of #04AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AFDA

Black with #04AFDA

Text Example


Text Example

White with #04AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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