Html Css Color HEX #04BDBF Iris Blue

📋 copy color: '#04BDBF'

red 4 ◦ green 189 ◦ blue 191

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

Shades of Iris Blue #04BDBF

Tints of Iris Blue #04BDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.74%

R = 1.04%
G = 49.22%
B = 49.74%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#04BDBF (or 0x04BDBF) is known color: Iris Blue. HEX triplet: 04, BD and BF. RGB value is (4,189,191). Sum of RGB (Red+Green+Blue) = 4+189+191=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #04BDBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDBF is #FB4240. Grayscale: #858585. Windows color (decimal): -16466497 or 12565764. OLE color: 12565764.

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

Color convert

RGB 4 189 191 -
CMYK 0.98 0.01 0 0.25
HSL 180.64º 0.96% 0.38% -
HSV(B) 180.64º 0.98% 0.75% -
XYZ 27.65 40.18 55.59 -
YUV 133.91 160.21 35.34 -
System Red Green Blue C M Y K H S L
Decimal 4 189 191 0.98 0.01 0 0.25 180.64 0.96 0.38
Hex 4 BD BF 62 1 0 19 B5 60 26
Octal 4 275 277 142 1 0 31 265 140 46
Binary 100 10111101 10111111 1100010 1 0 11001 10110101 1100000 100110

Color Harmonies of #04BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDBF

Black with #04BDBF

Text Example


Text Example

White with #04BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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