Html Css Color HEX #04BDB1 Iris Blue

📋 copy color: '#04BDB1'

red 4 ◦ green 189 ◦ blue 177

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

Shades of Iris Blue #04BDB1

Tints of Iris Blue #04BDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.84%

R = 1.08%
G = 51.08%
B = 47.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#04BDB1 (or 0x04BDB1) is known color: Iris Blue. HEX triplet: 04, BD and B1. RGB value is (4,189,177). Sum of RGB (Red+Green+Blue) = 4+189+177=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04BDB1 is #FB424E. Grayscale: #848484. Windows color (decimal): -16466511 or 11648260. OLE color: 11648260.

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

Color convert

RGB 4 189 177 -
CMYK 0.98 0 0.06 0.26
HSL 176.11º 0.96% 0.38% -
HSV(B) 176.11º 0.98% 0.74% -
XYZ 26.18 39.6 47.86 -
YUV 132.32 153.21 36.48 -
System Red Green Blue C M Y K H S L
Decimal 4 189 177 0.98 0 0.06 0.26 176.11 0.96 0.38
Hex 4 BD B1 62 0 6 1A B0 60 26
Octal 4 275 261 142 0 6 32 260 140 46
Binary 100 10111101 10110001 1100010 0 110 11010 10110000 1100000 100110

Color Harmonies of #04BDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDB1

Black with #04BDB1

Text Example


Text Example

White with #04BDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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