Html Css Color HEX #04BDBB Iris Blue

📋 copy color: '#04BDBB'

red 4 ◦ green 189 ◦ blue 187

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

Shades of Iris Blue #04BDBB

Tints of Iris Blue #04BDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 1.05%
G = 49.74%
B = 49.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#04BDBB (or 0x04BDBB) is known color: Iris Blue. HEX triplet: 04, BD and BB. RGB value is (4,189,187). Sum of RGB (Red+Green+Blue) = 4+189+187=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #04BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDBB is #FB4244. Grayscale: #858585. Windows color (decimal): -16466501 or 12303620. OLE color: 12303620.

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

Color convert

RGB 4 189 187 -
CMYK 0.98 0 0.01 0.26
HSL 179.35º 0.96% 0.38% -
HSV(B) 179.35º 0.98% 0.74% -
XYZ 27.22 40.01 53.3 -
YUV 133.46 158.21 35.66 -
System Red Green Blue C M Y K H S L
Decimal 4 189 187 0.98 0 0.01 0.26 179.35 0.96 0.38
Hex 4 BD BB 62 0 1 1A B3 60 26
Octal 4 275 273 142 0 1 32 263 140 46
Binary 100 10111101 10111011 1100010 0 1 11010 10110011 1100000 100110

Color Harmonies of #04BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDBB

Black with #04BDBB

Text Example


Text Example

White with #04BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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