Html Css Color HEX #04B5E0 Iris Blue

📋 copy color: '#04B5E0'

red 4 ◦ green 181 ◦ blue 224

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

Shades of Iris Blue #04B5E0

Tints of Iris Blue #04B5E0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.25%

 BLUE value IS 224 (87.89% from 255) = 54.77%

R = 0.98%
G = 44.25%
B = 54.77%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#04B5E0 (or 0x04B5E0) is known color: Iris Blue. HEX triplet: 04, B5 and E0. RGB value is (4,181,224). Sum of RGB (Red+Green+Blue) = 4+181+224=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 224 (87.89% from 255 or 54.77% from 409); Max value from RGB is 224 - color contains mainly: blue. Hex color #04B5E0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B5E0 is #FB4A1F. Grayscale: #848484. Windows color (decimal): -16468512 or 14726404. OLE color: 14726404.

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

Color convert

RGB 4 181 224 -
CMYK 0.98 0.19 0 0.12
HSL 191.73º 0.96% 0.45% -
HSV(B) 191.73º 0.98% 0.88% -
XYZ 30.03 38.46 76.36 -
YUV 132.98 179.36 36 -
System Red Green Blue C M Y K H S L
Decimal 4 181 224 0.98 0.19 0 0.12 191.73 0.96 0.45
Hex 4 B5 E0 62 13 0 C C0 60 2D
Octal 4 265 340 142 23 0 14 300 140 55
Binary 100 10110101 11100000 1100010 10011 0 1100 11000000 1100000 101101

Color Harmonies of #04B5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B5E0

Black with #04B5E0

Text Example


Text Example

White with #04B5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,181,224); }

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

background-color css

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

 a { background-color: rgb(4,181,224); }

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

border-color css

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

 span { border-color: rgb(4,181,224); }

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