Html Css Color HEX #04ADCB Iris Blue

📋 copy color: '#04ADCB'

red 4 ◦ green 173 ◦ blue 203

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

Shades of Iris Blue #04ADCB

Tints of Iris Blue #04ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 1.05%
G = 45.53%
B = 53.42%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#04ADCB (or 0x04ADCB) is known color: Iris Blue. HEX triplet: 04, AD and CB. RGB value is (4,173,203). Sum of RGB (Red+Green+Blue) = 4+173+203=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #04ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADCB is #FB5234. Grayscale: #7D7D7D. Windows color (decimal): -16470581 or 13348100. OLE color: 13348100.

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

Color convert

RGB 4 173 203 -
CMYK 0.98 0.15 0 0.20
HSL 189.05º 0.96% 0.41% -
HSV(B) 189.05º 0.98% 0.8% -
XYZ 25.77 34.22 61.75 -
YUV 125.89 171.51 41.06 -
System Red Green Blue C M Y K H S L
Decimal 4 173 203 0.98 0.15 0 0.20 189.05 0.96 0.41
Hex 4 AD CB 62 F 0 14 BD 60 29
Octal 4 255 313 142 17 0 24 275 140 51
Binary 100 10101101 11001011 1100010 1111 0 10100 10111101 1100000 101001

Color Harmonies of #04ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ADCB

Black with #04ADCB

Text Example


Text Example

White with #04ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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