Html Css Color HEX #04B0BC Iris Blue

📋 copy color: '#04B0BC'

red 4 ◦ green 176 ◦ blue 188

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

Shades of Iris Blue #04B0BC

Tints of Iris Blue #04B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.83%

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

R = 1.09%
G = 47.83%
B = 51.09%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#04B0BC (or 0x04B0BC) is known color: Iris Blue. HEX triplet: 04, B0 and BC. RGB value is (4,176,188). Sum of RGB (Red+Green+Blue) = 4+176+188=368 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #04B0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04B0BC is #FB4F43. Grayscale: #7D7D7D. Windows color (decimal): -16469828 or 12365828. OLE color: 12365828.

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

Color convert

RGB 4 176 188 -
CMYK 0.98 0.06 0 0.26
HSL 183.91º 0.96% 0.38% -
HSV(B) 183.91º 0.98% 0.74% -
XYZ 24.65 34.71 52.98 -
YUV 125.94 163.02 41.02 -
System Red Green Blue C M Y K H S L
Decimal 4 176 188 0.98 0.06 0 0.26 183.91 0.96 0.38
Hex 4 B0 BC 62 6 0 1A B8 60 26
Octal 4 260 274 142 6 0 32 270 140 46
Binary 100 10110000 10111100 1100010 110 0 11010 10111000 1100000 100110

Color Harmonies of #04B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B0BC

Black with #04B0BC

Text Example


Text Example

White with #04B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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