Html Css Color HEX #04BEBC Iris Blue

📋 copy color: '#04BEBC'

red 4 ◦ green 190 ◦ blue 188

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

Shades of Iris Blue #04BEBC

Tints of Iris Blue #04BEBC

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 4 190 188 -
CMYK 0.98 0 0.01 0.25
HSL 179.35º 0.96% 0.38% -
HSV(B) 179.35º 0.98% 0.75% -
XYZ 27.54 40.48 53.94 -
YUV 134.16 158.38 35.16 -
System Red Green Blue C M Y K H S L
Decimal 4 190 188 0.98 0 0.01 0.25 179.35 0.96 0.38
Hex 4 BE BC 62 0 1 19 B3 60 26
Octal 4 276 274 142 0 1 31 263 140 46
Binary 100 10111110 10111100 1100010 0 1 11001 10110011 1100000 100110

Color Harmonies of #04BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BEBC

Black with #04BEBC

Text Example


Text Example

White with #04BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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