Html Css Color HEX #04ADCF Iris Blue

📋 copy color: '#04ADCF'

red 4 ◦ green 173 ◦ blue 207

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

Shades of Iris Blue #04ADCF

Tints of Iris Blue #04ADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 1.04%
G = 45.05%
B = 53.91%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04ADCF (or 0x04ADCF) is known color: Iris Blue. HEX triplet: 04, AD and CF. RGB value is (4,173,207). Sum of RGB (Red+Green+Blue) = 4+173+207=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #04ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADCF is #FB5230. Grayscale: #7E7E7E. Windows color (decimal): -16470577 or 13610244. OLE color: 13610244.

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

Color convert

RGB 4 173 207 -
CMYK 0.98 0.16 0 0.19
HSL 190.05º 0.96% 0.41% -
HSV(B) 190.05º 0.98% 0.81% -
XYZ 26.26 34.42 64.29 -
YUV 126.35 173.51 40.74 -
System Red Green Blue C M Y K H S L
Decimal 4 173 207 0.98 0.16 0 0.19 190.05 0.96 0.41
Hex 4 AD CF 62 10 0 13 BE 60 29
Octal 4 255 317 142 20 0 23 276 140 51
Binary 100 10101101 11001111 1100010 10000 0 10011 10111110 1100000 101001

Color Harmonies of #04ADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ADCF

Black with #04ADCF

Text Example


Text Example

White with #04ADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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