#94AFB4

Color #94AFB4 Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #94AFB4

Tints of Botticelli #94AFB4

Color information

#94AFB4 (or 0x94AFB4) is unknown color: approx Botticelli. HEX triplet: 94, AF and B4. RGB value is (148,175,180). Sum of RGB (Red+Green+Blue) = 148+175+180=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 180 - color contains mainly: blue. Hex color #94AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFB4 is #6B504B. Grayscale: #A7A7A7. Windows color (decimal): -7032908 or 11841428. OLE color: 11841428.

HSL color Cylindrical-coordinate representation of color #94AFB4: hue angle of 189.38º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #94AFB4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148175180-
CMYK0.180.0300.29
HSL189.38º17.58%64.31%-
HSV(B)189.38º17.78%70.59%-
XYZ35.7840.2549.06-
YUV167.5135.05114.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.42%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=29.42%
G=34.79%
B=35.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481751800.180.0300.29189.3817.5864.31
Hex94AFB412301Dbd1240
Octal22425726422303527522100
Binary100101001010111110110100100101101110110111101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AFB4; }

 p { color: rgb(148,175,180); }

 H1.HeaderClassName
 {
   color: #94AFB4;
 }
 .AnyTagClassName
 {
   color: #94AFB4;
 }
</style>
background-color css

<style>
 a { background-color: #94AFB4; }

 a { background-color: rgb(148,175,180); }

 div.DivClassName
 {
   background-color: #94AFB4;
 }
 .BgClassName
 {
   background-color: #94AFB4;
 }
</style>
border-color css

<style>
 span { border-color: #94AFB4; }

 span { border-color: rgb(148,175,180); }

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