Html Css Color HEX #04BCBD Iris Blue

📋 copy color: '#04BCBD'

red 4 ◦ green 188 ◦ blue 189

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

Shades of Iris Blue #04BCBD

Tints of Iris Blue #04BCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.34%

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 1.05%
G = 49.34%
B = 49.61%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#04BCBD (or 0x04BCBD) is known color: Iris Blue. HEX triplet: 04, BC and BD. RGB value is (4,188,189). Sum of RGB (Red+Green+Blue) = 4+188+189=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #04BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCBD is #FB4342. Grayscale: #848484. Windows color (decimal): -16466755 or 12434436. OLE color: 12434436.

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

Color convert

RGB 4 188 189 -
CMYK 0.98 0.01 0 0.26
HSL 180.32º 0.96% 0.38% -
HSV(B) 180.32º 0.98% 0.74% -
XYZ 27.22 39.67 54.37 -
YUV 133.1 159.54 35.92 -
System Red Green Blue C M Y K H S L
Decimal 4 188 189 0.98 0.01 0 0.26 180.32 0.96 0.38
Hex 4 BC BD 62 1 0 1A B4 60 26
Octal 4 274 275 142 1 0 32 264 140 46
Binary 100 10111100 10111101 1100010 1 0 11010 10110100 1100000 100110

Color Harmonies of #04BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCBD

Black with #04BCBD

Text Example


Text Example

White with #04BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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