Html Css Color HEX #04B2DB Iris Blue

📋 copy color: '#04B2DB'

red 4 ◦ green 178 ◦ blue 219

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

Shades of Iris Blue #04B2DB

Tints of Iris Blue #04B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.39%

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 1%
G = 44.39%
B = 54.61%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04B2DB (or 0x04B2DB) is known color: Iris Blue. HEX triplet: 04, B2 and DB. RGB value is (4,178,219). Sum of RGB (Red+Green+Blue) = 4+178+219=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #04B2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B2DB is #FB4D24. Grayscale: #828282. Windows color (decimal): -16469285 or 14397956. OLE color: 14397956.

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

Color convert

RGB 4 178 219 -
CMYK 0.98 0.19 0 0.14
HSL 191.44º 0.96% 0.44% -
HSV(B) 191.44º 0.98% 0.86% -
XYZ 28.76 36.98 72.64 -
YUV 130.65 177.85 37.67 -
System Red Green Blue C M Y K H S L
Decimal 4 178 219 0.98 0.19 0 0.14 191.44 0.96 0.44
Hex 4 B2 DB 62 13 0 E BF 60 2C
Octal 4 262 333 142 23 0 16 277 140 54
Binary 100 10110010 11011011 1100010 10011 0 1110 10111111 1100000 101100

Color Harmonies of #04B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B2DB

Black with #04B2DB

Text Example


Text Example

White with #04B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,178,219); }

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

background-color css

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

 a { background-color: rgb(4,178,219); }

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

border-color css

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

 span { border-color: rgb(4,178,219); }

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