Html Css Color HEX #04B2B9 Iris Blue

📋 copy color: '#04B2B9'

red 4 ◦ green 178 ◦ blue 185

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

Shades of Iris Blue #04B2B9

Tints of Iris Blue #04B2B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.41%

R = 1.09%
G = 48.5%
B = 50.41%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#04B2B9 (or 0x04B2B9) is known color: Iris Blue. HEX triplet: 04, B2 and B9. RGB value is (4,178,185). Sum of RGB (Red+Green+Blue) = 4+178+185=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #04B2B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B2B9 is #FB4D46. Grayscale: #7E7E7E. Windows color (decimal): -16469319 or 12169732. OLE color: 12169732.

HSL color Cylindrical-coordinate representation of color #04B2B9: hue angle of 182.32º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B2B9 is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 178 185 -
CMYK 0.98 0.04 0 0.27
HSL 182.32º 0.96% 0.37% -
HSV(B) 182.32º 0.98% 0.73% -
XYZ 24.73 35.37 51.42 -
YUV 126.77 160.85 40.43 -
System Red Green Blue C M Y K H S L
Decimal 4 178 185 0.98 0.04 0 0.27 182.32 0.96 0.37
Hex 4 B2 B9 62 4 0 1B B6 60 25
Octal 4 262 271 142 4 0 33 266 140 45
Binary 100 10110010 10111001 1100010 100 0 11011 10110110 1100000 100101

Color Harmonies of #04B2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B2B9

Black with #04B2B9

Text Example


Text Example

White with #04B2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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