Html Css Color HEX #04BFB9 Iris Blue

📋 copy color: '#04BFB9'

red 4 ◦ green 191 ◦ blue 185

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

Shades of Iris Blue #04BFB9

Tints of Iris Blue #04BFB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 1.05%
G = 50.26%
B = 48.68%

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

#04BFB9 (or 0x04BFB9) is known color: Iris Blue. HEX triplet: 04, BF and B9. RGB value is (4,191,185). Sum of RGB (Red+Green+Blue) = 4+191+185=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #04BFB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BFB9 is #FB4046. Grayscale: #868686. Windows color (decimal): -16465991 or 12173060. OLE color: 12173060.

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

Color convert

RGB 4 191 185 -
CMYK 0.98 0 0.03 0.25
HSL 178.07º 0.96% 0.38% -
HSV(B) 178.07º 0.98% 0.75% -
XYZ 27.44 40.79 52.33 -
YUV 134.4 156.55 34.99 -
System Red Green Blue C M Y K H S L
Decimal 4 191 185 0.98 0 0.03 0.25 178.07 0.96 0.38
Hex 4 BF B9 62 0 3 19 B2 60 26
Octal 4 277 271 142 0 3 31 262 140 46
Binary 100 10111111 10111001 1100010 0 11 11001 10110010 1100000 100110

Color Harmonies of #04BFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BFB9

Black with #04BFB9

Text Example


Text Example

White with #04BFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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