Html Css Color HEX #04BCC1 Iris Blue

📋 copy color: '#04BCC1'

red 4 ◦ green 188 ◦ blue 193

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

Shades of Iris Blue #04BCC1

Tints of Iris Blue #04BCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.13%

R = 1.04%
G = 48.83%
B = 50.13%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#04BCC1 (or 0x04BCC1) is known color: Iris Blue. HEX triplet: 04, BC and C1. RGB value is (4,188,193). Sum of RGB (Red+Green+Blue) = 4+188+193=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #04BCC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCC1 is #FB433E. Grayscale: #858585. Windows color (decimal): -16466751 or 12696580. OLE color: 12696580.

HSL color Cylindrical-coordinate representation of color #04BCC1: hue angle of 181.59º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCC1 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 188 193 -
CMYK 0.98 0.03 0 0.24
HSL 181.59º 0.96% 0.39% -
HSV(B) 181.59º 0.98% 0.76% -
XYZ 27.66 39.84 56.68 -
YUV 133.55 161.54 35.59 -
System Red Green Blue C M Y K H S L
Decimal 4 188 193 0.98 0.03 0 0.24 181.59 0.96 0.39
Hex 4 BC C1 62 3 0 18 B6 60 27
Octal 4 274 301 142 3 0 30 266 140 47
Binary 100 10111100 11000001 1100010 11 0 11000 10110110 1100000 100111

Color Harmonies of #04BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCC1

Black with #04BCC1

Text Example


Text Example

White with #04BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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