Html Css Color HEX #04ABDF Iris Blue

📋 copy color: '#04ABDF'

red 4 ◦ green 171 ◦ blue 223

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

Shades of Iris Blue #04ABDF

Tints of Iris Blue #04ABDF

RGB

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

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

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

R = 1.01%
G = 42.96%
B = 56.03%

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

#04ABDF (or 0x04ABDF) is known color: Iris Blue. HEX triplet: 04, AB and DF. RGB value is (4,171,223). Sum of RGB (Red+Green+Blue) = 4+171+223=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #04ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABDF is #FB5420. Grayscale: #7E7E7E. Windows color (decimal): -16471073 or 14658308. OLE color: 14658308.

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

Color convert

RGB 4 171 223 -
CMYK 0.98 0.23 0 0.13
HSL 194.25º 0.96% 0.45% -
HSV(B) 194.25º 0.98% 0.87% -
XYZ 27.93 34.48 75 -
YUV 127 182.17 40.27 -
System Red Green Blue C M Y K H S L
Decimal 4 171 223 0.98 0.23 0 0.13 194.25 0.96 0.45
Hex 4 AB DF 62 17 0 D C2 60 2D
Octal 4 253 337 142 27 0 15 302 140 55
Binary 100 10101011 11011111 1100010 10111 0 1101 11000010 1100000 101101

Color Harmonies of #04ABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ABDF

Black with #04ABDF

Text Example


Text Example

White with #04ABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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