Html Css Color HEX #04BCBF Iris Blue

📋 copy color: '#04BCBF'

red 4 ◦ green 188 ◦ blue 191

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

Shades of Iris Blue #04BCBF

Tints of Iris Blue #04BCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.87%

R = 1.04%
G = 49.09%
B = 49.87%

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

#04BCBF (or 0x04BCBF) is known color: Iris Blue. HEX triplet: 04, BC and BF. RGB value is (4,188,191). Sum of RGB (Red+Green+Blue) = 4+188+191=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #04BCBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCBF is #FB4340. Grayscale: #858585. Windows color (decimal): -16466753 or 12565508. OLE color: 12565508.

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

Color convert

RGB 4 188 191 -
CMYK 0.98 0.02 0 0.25
HSL 180.96º 0.96% 0.38% -
HSV(B) 180.96º 0.98% 0.75% -
XYZ 27.44 39.75 55.52 -
YUV 133.33 160.54 35.76 -
System Red Green Blue C M Y K H S L
Decimal 4 188 191 0.98 0.02 0 0.25 180.96 0.96 0.38
Hex 4 BC BF 62 2 0 19 B5 60 26
Octal 4 274 277 142 2 0 31 265 140 46
Binary 100 10111100 10111111 1100010 10 0 11001 10110101 1100000 100110

Color Harmonies of #04BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCBF

Black with #04BCBF

Text Example


Text Example

White with #04BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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