Html Css Color HEX #04B1DC Iris Blue

📋 copy color: '#04B1DC'

red 4 ◦ green 177 ◦ blue 220

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

Shades of Iris Blue #04B1DC

Tints of Iris Blue #04B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.14%

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

R = 1%
G = 44.14%
B = 54.86%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04B1DC (or 0x04B1DC) is known color: Iris Blue. HEX triplet: 04, B1 and DC. RGB value is (4,177,220). Sum of RGB (Red+Green+Blue) = 4+177+220=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #04B1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B1DC is #FB4E23. Grayscale: #818181. Windows color (decimal): -16469540 or 14463236. OLE color: 14463236.

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

Color convert

RGB 4 177 220 -
CMYK 0.98 0.20 0 0.14
HSL 191.94º 0.96% 0.44% -
HSV(B) 191.94º 0.98% 0.86% -
XYZ 28.69 36.64 73.27 -
YUV 130.18 178.69 38 -
System Red Green Blue C M Y K H S L
Decimal 4 177 220 0.98 0.20 0 0.14 191.94 0.96 0.44
Hex 4 B1 DC 62 14 0 E C0 60 2C
Octal 4 261 334 142 24 0 16 300 140 54
Binary 100 10110001 11011100 1100010 10100 0 1110 11000000 1100000 101100

Color Harmonies of #04B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B1DC

Black with #04B1DC

Text Example


Text Example

White with #04B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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