Html Css Color HEX #04ACDD Iris Blue

📋 copy color: '#04ACDD'

red 4 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #04ACDD

Tints of Iris Blue #04ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

 BLUE value IS 221 (86.72% from 255) = 55.67%

R = 1.01%
G = 43.32%
B = 55.67%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04ACDD (or 0x04ACDD) is known color: Iris Blue. HEX triplet: 04, AC and DD. RGB value is (4,172,221). Sum of RGB (Red+Green+Blue) = 4+172+221=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #04ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACDD is #FB5322. Grayscale: #7E7E7E. Windows color (decimal): -16470819 or 14527492. OLE color: 14527492.

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

Color convert

RGB 4 172 221 -
CMYK 0.98 0.22 0 0.13
HSL 193.55º 0.96% 0.44% -
HSV(B) 193.55º 0.98% 0.87% -
XYZ 27.85 34.75 73.65 -
YUV 127.35 180.84 40.02 -
System Red Green Blue C M Y K H S L
Decimal 4 172 221 0.98 0.22 0 0.13 193.55 0.96 0.44
Hex 4 AC DD 62 16 0 D C2 60 2C
Octal 4 254 335 142 26 0 15 302 140 54
Binary 100 10101100 11011101 1100010 10110 0 1101 11000010 1100000 101100

Color Harmonies of #04ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ACDD

Black with #04ACDD

Text Example


Text Example

White with #04ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,172,221); }

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

background-color css

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

 a { background-color: rgb(4,172,221); }

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

border-color css

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

 span { border-color: rgb(4,172,221); }

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