Html Css Color HEX #04B2BC Iris Blue

📋 copy color: '#04B2BC'

red 4 ◦ green 178 ◦ blue 188

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

Shades of Iris Blue #04B2BC

Tints of Iris Blue #04B2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.81%

R = 1.08%
G = 48.11%
B = 50.81%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#04B2BC (or 0x04B2BC) is known color: Iris Blue. HEX triplet: 04, B2 and BC. RGB value is (4,178,188). Sum of RGB (Red+Green+Blue) = 4+178+188=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #04B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B2BC is #FB4D43. Grayscale: #7E7E7E. Windows color (decimal): -16469316 or 12366340. OLE color: 12366340.

HSL color Cylindrical-coordinate representation of color #04B2BC: hue angle of 183.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B2BC is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 178 188 -
CMYK 0.98 0.05 0 0.26
HSL 183.26º 0.96% 0.38% -
HSV(B) 183.26º 0.98% 0.74% -
XYZ 25.05 35.5 53.11 -
YUV 127.11 162.35 40.19 -
System Red Green Blue C M Y K H S L
Decimal 4 178 188 0.98 0.05 0 0.26 183.26 0.96 0.38
Hex 4 B2 BC 62 5 0 1A B7 60 26
Octal 4 262 274 142 5 0 32 267 140 46
Binary 100 10110010 10111100 1100010 101 0 11010 10110111 1100000 100110

Color Harmonies of #04B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B2BC

Black with #04B2BC

Text Example


Text Example

White with #04B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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