Html Css Color HEX #04B5DD Iris Blue

📋 copy color: '#04B5DD'

red 4 ◦ green 181 ◦ blue 221

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

Shades of Iris Blue #04B5DD

Tints of Iris Blue #04B5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.43%

R = 0.99%
G = 44.58%
B = 54.43%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04B5DD (or 0x04B5DD) is known color: Iris Blue. HEX triplet: 04, B5 and DD. RGB value is (4,181,221). Sum of RGB (Red+Green+Blue) = 4+181+221=406 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #04B5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B5DD is #FB4A22. Grayscale: #848484. Windows color (decimal): -16468515 or 14529796. OLE color: 14529796.

HSL color Cylindrical-coordinate representation of color #04B5DD: hue angle of 191.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B5DD is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 181 221 -
CMYK 0.98 0.18 0 0.13
HSL 191.06º 0.96% 0.44% -
HSV(B) 191.06º 0.98% 0.87% -
XYZ 29.63 38.29 74.24 -
YUV 132.64 177.86 36.25 -
System Red Green Blue C M Y K H S L
Decimal 4 181 221 0.98 0.18 0 0.13 191.06 0.96 0.44
Hex 4 B5 DD 62 12 0 D BF 60 2C
Octal 4 265 335 142 22 0 15 277 140 54
Binary 100 10110101 11011101 1100010 10010 0 1101 10111111 1100000 101100

Color Harmonies of #04B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B5DD

Black with #04B5DD

Text Example


Text Example

White with #04B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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