Html Css Color HEX #04BFBE Iris Blue

📋 copy color: '#04BFBE'

red 4 ◦ green 191 ◦ blue 190

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

Shades of Iris Blue #04BFBE

Tints of Iris Blue #04BFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 49.61%

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

R = 1.04%
G = 49.61%
B = 49.35%

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

#04BFBE (or 0x04BFBE) is known color: Iris Blue. HEX triplet: 04, BF and BE. RGB value is (4,191,190). Sum of RGB (Red+Green+Blue) = 4+191+190=385 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFBE is #FB4041. Grayscale: #868686. Windows color (decimal): -16465986 or 12500740. OLE color: 12500740.

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

Color convert

RGB 4 191 190 -
CMYK 0.98 0 0.01 0.25
HSL 179.68º 0.96% 0.38% -
HSV(B) 179.68º 0.98% 0.75% -
XYZ 27.98 41.01 55.16 -
YUV 134.97 159.05 34.58 -
System Red Green Blue C M Y K H S L
Decimal 4 191 190 0.98 0 0.01 0.25 179.68 0.96 0.38
Hex 4 BF BE 62 0 1 19 B4 60 26
Octal 4 277 276 142 0 1 31 264 140 46
Binary 100 10111111 10111110 1100010 0 1 11001 10110100 1100000 100110

Color Harmonies of #04BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFBE

Black with #04BFBE

Text Example


Text Example

White with #04BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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