Html Css Color HEX #04B0DC Iris Blue

📋 copy color: '#04B0DC'

red 4 ◦ green 176 ◦ blue 220

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

Shades of Iris Blue #04B0DC

Tints of Iris Blue #04B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44%

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

R = 1%
G = 44%
B = 55%

CMYK

 C value IS 0.98

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04B0DC (or 0x04B0DC) is known color: Iris Blue. HEX triplet: 04, B0 and DC. RGB value is (4,176,220). Sum of RGB (Red+Green+Blue) = 4+176+220=400 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #04B0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B0DC is #FB4F23. Grayscale: #818181. Windows color (decimal): -16469796 or 14462980. OLE color: 14462980.

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

Color convert

RGB 4 176 220 -
CMYK 0.98 0.2 0 0.14
HSL 192.22º 0.96% 0.44% -
HSV(B) 192.22º 0.98% 0.86% -
XYZ 28.49 36.24 73.2 -
YUV 129.59 179.02 38.42 -
System Red Green Blue C M Y K H S L
Decimal 4 176 220 0.98 0.2 0 0.14 192.22 0.96 0.44
Hex 4 B0 DC 62 14 0 E C0 60 2C
Octal 4 260 334 142 24 0 16 300 140 54
Binary 100 10110000 11011100 1100010 10100 0 1110 11000000 1100000 101100

Color Harmonies of #04B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B0DC

Black with #04B0DC

Text Example


Text Example

White with #04B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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