Html Css Color HEX #04B7AF Iris Blue

📋 copy color: '#04B7AF'

red 4 ◦ green 183 ◦ blue 175

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

Shades of Iris Blue #04B7AF

Tints of Iris Blue #04B7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.55%

 BLUE value IS 175 (68.75% from 255) = 48.34%

R = 1.1%
G = 50.55%
B = 48.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#04B7AF (or 0x04B7AF) is known color: Iris Blue. HEX triplet: 04, B7 and AF. RGB value is (4,183,175). Sum of RGB (Red+Green+Blue) = 4+183+175=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #04B7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B7AF is #FB4850. Grayscale: #808080. Windows color (decimal): -16468049 or 11515652. OLE color: 11515652.

HSL color Cylindrical-coordinate representation of color #04B7AF: hue angle of 177.32º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B7AF is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 4 183 175 -
CMYK 0.98 0 0.04 0.28
HSL 177.32º 0.96% 0.37% -
HSV(B) 177.32º 0.98% 0.72% -
XYZ 24.72 36.99 46.39 -
YUV 128.57 154.2 39.15 -
System Red Green Blue C M Y K H S L
Decimal 4 183 175 0.98 0 0.04 0.28 177.32 0.96 0.37
Hex 4 B7 AF 62 0 4 1C B1 60 25
Octal 4 267 257 142 0 4 34 261 140 45
Binary 100 10110111 10101111 1100010 0 100 11100 10110001 1100000 100101

Color Harmonies of #04B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B7AF

Black with #04B7AF

Text Example


Text Example

White with #04B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,183,175); }

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

background-color css

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

 a { background-color: rgb(4,183,175); }

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

border-color css

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

 span { border-color: rgb(4,183,175); }

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