Html Css Color HEX #04ABDC Iris Blue

📋 copy color: '#04ABDC'

red 4 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #04ABDC

Tints of Iris Blue #04ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 1.01%
G = 43.29%
B = 55.7%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04ABDC (or 0x04ABDC) is known color: Iris Blue. HEX triplet: 04, AB and DC. RGB value is (4,171,220). Sum of RGB (Red+Green+Blue) = 4+171+220=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #04ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABDC is #FB5423. Grayscale: #7E7E7E. Windows color (decimal): -16471076 or 14461700. OLE color: 14461700.

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

Color convert

RGB 4 171 220 -
CMYK 0.98 0.22 0 0.14
HSL 193.61º 0.96% 0.44% -
HSV(B) 193.61º 0.98% 0.86% -
XYZ 27.53 34.32 72.88 -
YUV 126.65 180.67 40.52 -
System Red Green Blue C M Y K H S L
Decimal 4 171 220 0.98 0.22 0 0.14 193.61 0.96 0.44
Hex 4 AB DC 62 16 0 E C2 60 2C
Octal 4 253 334 142 26 0 16 302 140 54
Binary 100 10101011 11011100 1100010 10110 0 1110 11000010 1100000 101100

Color Harmonies of #04ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ABDC

Black with #04ABDC

Text Example


Text Example

White with #04ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,171,220); }

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

background-color css

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

 a { background-color: rgb(4,171,220); }

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

border-color css

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

 span { border-color: rgb(4,171,220); }

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