Html Css Color HEX #04BDBA Iris Blue

📋 copy color: '#04BDBA'

red 4 ◦ green 189 ◦ blue 186

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

Shades of Iris Blue #04BDBA

Tints of Iris Blue #04BDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.87%

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

R = 1.06%
G = 49.87%
B = 49.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#04BDBA (or 0x04BDBA) is known color: Iris Blue. HEX triplet: 04, BD and BA. RGB value is (4,189,186). Sum of RGB (Red+Green+Blue) = 4+189+186=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDBA is #FB4245. Grayscale: #858585. Windows color (decimal): -16466502 or 12238084. OLE color: 12238084.

HSL color Cylindrical-coordinate representation of color #04BDBA: hue angle of 179.03º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDBA is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 189 186 -
CMYK 0.98 0 0.02 0.26
HSL 179.03º 0.96% 0.38% -
HSV(B) 179.03º 0.98% 0.74% -
XYZ 27.11 39.97 52.74 -
YUV 133.34 157.71 35.74 -
System Red Green Blue C M Y K H S L
Decimal 4 189 186 0.98 0 0.02 0.26 179.03 0.96 0.38
Hex 4 BD BA 62 0 2 1A B3 60 26
Octal 4 275 272 142 0 2 32 263 140 46
Binary 100 10111101 10111010 1100010 0 10 11010 10110011 1100000 100110

Color Harmonies of #04BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDBA

Black with #04BDBA

Text Example


Text Example

White with #04BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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