Html Css Color HEX #04BDB8 Iris Blue

📋 copy color: '#04BDB8'

red 4 ◦ green 189 ◦ blue 184

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

Shades of Iris Blue #04BDB8

Tints of Iris Blue #04BDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.81%

R = 1.06%
G = 50.13%
B = 48.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#04BDB8 (or 0x04BDB8) is known color: Iris Blue. HEX triplet: 04, BD and B8. RGB value is (4,189,184). Sum of RGB (Red+Green+Blue) = 4+189+184=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDB8 is #FB4247. Grayscale: #848484. Windows color (decimal): -16466504 or 12107012. OLE color: 12107012.

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

Color convert

RGB 4 189 184 -
CMYK 0.98 0 0.03 0.26
HSL 178.38º 0.96% 0.38% -
HSV(B) 178.38º 0.98% 0.74% -
XYZ 26.9 39.88 51.63 -
YUV 133.12 156.71 35.91 -
System Red Green Blue C M Y K H S L
Decimal 4 189 184 0.98 0 0.03 0.26 178.38 0.96 0.38
Hex 4 BD B8 62 0 3 1A B2 60 26
Octal 4 275 270 142 0 3 32 262 140 46
Binary 100 10111101 10111000 1100010 0 11 11010 10110010 1100000 100110

Color Harmonies of #04BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDB8

Black with #04BDB8

Text Example


Text Example

White with #04BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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