Html Css Color HEX #04ACDF Iris Blue

📋 copy color: '#04ACDF'

red 4 ◦ green 172 ◦ blue 223

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

Shades of Iris Blue #04ACDF

Tints of Iris Blue #04ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.89%

R = 1%
G = 43.11%
B = 55.89%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04ACDF (or 0x04ACDF) is known color: Iris Blue. HEX triplet: 04, AC and DF. RGB value is (4,172,223). Sum of RGB (Red+Green+Blue) = 4+172+223=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #04ACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACDF is #FB5320. Grayscale: #7F7F7F. Windows color (decimal): -16470817 or 14658564. OLE color: 14658564.

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

Color convert

RGB 4 172 223 -
CMYK 0.98 0.23 0 0.13
HSL 193.97º 0.96% 0.45% -
HSV(B) 193.97º 0.98% 0.87% -
XYZ 28.12 34.86 75.06 -
YUV 127.58 181.84 39.85 -
System Red Green Blue C M Y K H S L
Decimal 4 172 223 0.98 0.23 0 0.13 193.97 0.96 0.45
Hex 4 AC DF 62 17 0 D C2 60 2D
Octal 4 254 337 142 27 0 15 302 140 55
Binary 100 10101100 11011111 1100010 10111 0 1101 11000010 1100000 101101

Color Harmonies of #04ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ACDF

Black with #04ACDF

Text Example


Text Example

White with #04ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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