Html Css Color HEX #04ACD7 Iris Blue

📋 copy color: '#04ACD7'

red 4 ◦ green 172 ◦ blue 215

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

Shades of Iris Blue #04ACD7

Tints of Iris Blue #04ACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.99%

R = 1.02%
G = 43.99%
B = 54.99%

CMYK

 C value IS 0.98

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#04ACD7 (or 0x04ACD7) is known color: Iris Blue. HEX triplet: 04, AC and D7. RGB value is (4,172,215). Sum of RGB (Red+Green+Blue) = 4+172+215=391 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #04ACD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ACD7 is #FB5328. Grayscale: #7E7E7E. Windows color (decimal): -16470825 or 14134276. OLE color: 14134276.

HSL color Cylindrical-coordinate representation of color #04ACD7: hue angle of 192.23º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ACD7 is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 172 215 -
CMYK 0.98 0.2 0 0.16
HSL 192.23º 0.96% 0.43% -
HSV(B) 192.23º 0.98% 0.84% -
XYZ 27.07 34.44 69.51 -
YUV 126.67 177.84 40.5 -
System Red Green Blue C M Y K H S L
Decimal 4 172 215 0.98 0.2 0 0.16 192.23 0.96 0.43
Hex 4 AC D7 62 14 0 10 C0 60 2B
Octal 4 254 327 142 24 0 20 300 140 53
Binary 100 10101100 11010111 1100010 10100 0 10000 11000000 1100000 101011

Color Harmonies of #04ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ACD7

Black with #04ACD7

Text Example


Text Example

White with #04ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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