Html Css Color HEX #04BCBE Iris Blue

📋 copy color: '#04BCBE'

red 4 ◦ green 188 ◦ blue 190

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

Shades of Iris Blue #04BCBE

Tints of Iris Blue #04BCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 1.05%
G = 49.21%
B = 49.74%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#04BCBE (or 0x04BCBE) is known color: Iris Blue. HEX triplet: 04, BC and BE. RGB value is (4,188,190). Sum of RGB (Red+Green+Blue) = 4+188+190=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #04BCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCBE is #FB4341. Grayscale: #858585. Windows color (decimal): -16466754 or 12499972. OLE color: 12499972.

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

Color convert

RGB 4 188 190 -
CMYK 0.98 0.01 0 0.25
HSL 180.65º 0.96% 0.38% -
HSV(B) 180.65º 0.98% 0.75% -
XYZ 27.33 39.71 54.94 -
YUV 133.21 160.04 35.84 -
System Red Green Blue C M Y K H S L
Decimal 4 188 190 0.98 0.01 0 0.25 180.65 0.96 0.38
Hex 4 BC BE 62 1 0 19 B5 60 26
Octal 4 274 276 142 1 0 31 265 140 46
Binary 100 10111100 10111110 1100010 1 0 11001 10110101 1100000 100110

Color Harmonies of #04BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCBE

Black with #04BCBE

Text Example


Text Example

White with #04BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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