Html Css Color HEX #04B9BC Iris Blue

📋 copy color: '#04B9BC'

red 4 ◦ green 185 ◦ blue 188

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

Shades of Iris Blue #04B9BC

Tints of Iris Blue #04B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.07%

 BLUE value IS 188 (73.83% from 255) = 49.87%

R = 1.06%
G = 49.07%
B = 49.87%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#04B9BC (or 0x04B9BC) is known color: Iris Blue. HEX triplet: 04, B9 and BC. RGB value is (4,185,188). Sum of RGB (Red+Green+Blue) = 4+185+188=377 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 377); Green value is 185 (72.66% from 255 or 49.07% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #04B9BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B9BC is #FB4643. Grayscale: #838383. Windows color (decimal): -16467524 or 12368132. OLE color: 12368132.

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

Color convert

RGB 4 185 188 -
CMYK 0.98 0.02 0 0.26
HSL 180.98º 0.96% 0.38% -
HSV(B) 180.98º 0.98% 0.74% -
XYZ 26.48 38.35 53.58 -
YUV 131.22 160.03 37.26 -
System Red Green Blue C M Y K H S L
Decimal 4 185 188 0.98 0.02 0 0.26 180.98 0.96 0.38
Hex 4 B9 BC 62 2 0 1A B5 60 26
Octal 4 271 274 142 2 0 32 265 140 46
Binary 100 10111001 10111100 1100010 10 0 11010 10110101 1100000 100110

Color Harmonies of #04B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B9BC

Black with #04B9BC

Text Example


Text Example

White with #04B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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