Html Css Color HEX #04BCC0 Iris Blue

📋 copy color: '#04BCC0'

red 4 ◦ green 188 ◦ blue 192

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

Shades of Iris Blue #04BCC0

Tints of Iris Blue #04BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

 BLUE value IS 192 (75.39% from 255) = 50%

R = 1.04%
G = 48.96%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#04BCC0 (or 0x04BCC0) is known color: Iris Blue. HEX triplet: 04, BC and C0. RGB value is (4,188,192). Sum of RGB (Red+Green+Blue) = 4+188+192=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #04BCC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCC0 is #FB433F. Grayscale: #858585. Windows color (decimal): -16466752 or 12631044. OLE color: 12631044.

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

Color convert

RGB 4 188 192 -
CMYK 0.98 0.02 0 0.25
HSL 181.28º 0.96% 0.38% -
HSV(B) 181.28º 0.98% 0.75% -
XYZ 27.55 39.8 56.1 -
YUV 133.44 161.04 35.67 -
System Red Green Blue C M Y K H S L
Decimal 4 188 192 0.98 0.02 0 0.25 181.28 0.96 0.38
Hex 4 BC C0 62 2 0 19 B5 60 26
Octal 4 274 300 142 2 0 31 265 140 46
Binary 100 10111100 11000000 1100010 10 0 11001 10110101 1100000 100110

Color Harmonies of #04BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCC0

Black with #04BCC0

Text Example


Text Example

White with #04BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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