Html Css Color HEX #04BFBA Iris Blue

📋 copy color: '#04BFBA'

red 4 ◦ green 191 ◦ blue 186

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

Shades of Iris Blue #04BFBA

Tints of Iris Blue #04BFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 1.05%
G = 50.13%
B = 48.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#04BFBA (or 0x04BFBA) is known color: Iris Blue. HEX triplet: 04, BF and BA. RGB value is (4,191,186). Sum of RGB (Red+Green+Blue) = 4+191+186=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFBA is #FB4045. Grayscale: #868686. Windows color (decimal): -16465990 or 12238596. OLE color: 12238596.

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

Color convert

RGB 4 191 186 -
CMYK 0.98 0 0.03 0.25
HSL 178.4º 0.96% 0.38% -
HSV(B) 178.4º 0.98% 0.75% -
XYZ 27.54 40.83 52.88 -
YUV 134.52 157.05 34.91 -
System Red Green Blue C M Y K H S L
Decimal 4 191 186 0.98 0 0.03 0.25 178.4 0.96 0.38
Hex 4 BF BA 62 0 3 19 B2 60 26
Octal 4 277 272 142 0 3 31 262 140 46
Binary 100 10111111 10111010 1100010 0 11 11001 10110010 1100000 100110

Color Harmonies of #04BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFBA

Black with #04BFBA

Text Example


Text Example

White with #04BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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