Html Css Color HEX #04B9DC Iris Blue

📋 copy color: '#04B9DC'

red 4 ◦ green 185 ◦ blue 220

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

Shades of Iris Blue #04B9DC

Tints of Iris Blue #04B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

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

R = 0.98%
G = 45.23%
B = 53.79%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04B9DC (or 0x04B9DC) is known color: Iris Blue. HEX triplet: 04, B9 and DC. RGB value is (4,185,220). Sum of RGB (Red+Green+Blue) = 4+185+220=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #04B9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B9DC is #FB4623. Grayscale: #868686. Windows color (decimal): -16467492 or 14465284. OLE color: 14465284.

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

Color convert

RGB 4 185 220 -
CMYK 0.98 0.16 0 0.14
HSL 189.72º 0.96% 0.44% -
HSV(B) 189.72º 0.98% 0.86% -
XYZ 30.32 39.89 73.81 -
YUV 134.87 176.03 34.65 -
System Red Green Blue C M Y K H S L
Decimal 4 185 220 0.98 0.16 0 0.14 189.72 0.96 0.44
Hex 4 B9 DC 62 10 0 E BE 60 2C
Octal 4 271 334 142 20 0 16 276 140 54
Binary 100 10111001 11011100 1100010 10000 0 1110 10111110 1100000 101100

Color Harmonies of #04B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B9DC

Black with #04B9DC

Text Example


Text Example

White with #04B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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