Html Css Color HEX #04ADDB Iris Blue

📋 copy color: '#04ADDB'

red 4 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #04ADDB

Tints of Iris Blue #04ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.69%

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 1.01%
G = 43.69%
B = 55.3%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04ADDB (or 0x04ADDB) is known color: Iris Blue. HEX triplet: 04, AD and DB. RGB value is (4,173,219). Sum of RGB (Red+Green+Blue) = 4+173+219=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #04ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADDB is #FB5224. Grayscale: #7F7F7F. Windows color (decimal): -16470565 or 14396676. OLE color: 14396676.

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

Color convert

RGB 4 173 219 -
CMYK 0.98 0.21 0 0.14
HSL 192.84º 0.96% 0.44% -
HSV(B) 192.84º 0.98% 0.86% -
XYZ 27.78 35.03 72.31 -
YUV 127.71 179.51 39.76 -
System Red Green Blue C M Y K H S L
Decimal 4 173 219 0.98 0.21 0 0.14 192.84 0.96 0.44
Hex 4 AD DB 62 15 0 E C1 60 2C
Octal 4 255 333 142 25 0 16 301 140 54
Binary 100 10101101 11011011 1100010 10101 0 1110 11000001 1100000 101100

Color Harmonies of #04ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ADDB

Black with #04ADDB

Text Example


Text Example

White with #04ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,173,219); }

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

background-color css

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

 a { background-color: rgb(4,173,219); }

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

border-color css

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

 span { border-color: rgb(4,173,219); }

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