Html Css Color HEX #04BDB0 Iris Blue

📋 copy color: '#04BDB0'

red 4 ◦ green 189 ◦ blue 176

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

Shades of Iris Blue #04BDB0

Tints of Iris Blue #04BDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 1.08%
G = 51.22%
B = 47.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#04BDB0 (or 0x04BDB0) is known color: Iris Blue. HEX triplet: 04, BD and B0. RGB value is (4,189,176). Sum of RGB (Red+Green+Blue) = 4+189+176=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BDB0 is #FB424F. Grayscale: #848484. Windows color (decimal): -16466512 or 11582724. OLE color: 11582724.

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

Color convert

RGB 4 189 176 -
CMYK 0.98 0 0.07 0.26
HSL 175.78º 0.96% 0.38% -
HSV(B) 175.78º 0.98% 0.74% -
XYZ 26.08 39.56 47.33 -
YUV 132.2 152.71 36.56 -
System Red Green Blue C M Y K H S L
Decimal 4 189 176 0.98 0 0.07 0.26 175.78 0.96 0.38
Hex 4 BD B0 62 0 7 1A B0 60 26
Octal 4 275 260 142 0 7 32 260 140 46
Binary 100 10111101 10110000 1100010 0 111 11010 10110000 1100000 100110

Color Harmonies of #04BDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDB0

Black with #04BDB0

Text Example


Text Example

White with #04BDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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