#94B9C6

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

Shades of Botticelli #94B9C6

Tints of Botticelli #94B9C6

Color information

#94B9C6 (or 0x94B9C6) is unknown color: approx Botticelli. HEX triplet: 94, B9 and C6. RGB value is (148,185,198). Sum of RGB (Red+Green+Blue) = 148+185+198=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #94B9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B9C6 is #6B4639. Grayscale: #AFAFAF. Windows color (decimal): -7030330 or 13023636. OLE color: 13023636.

HSL color Cylindrical-coordinate representation of color #94B9C6: hue angle of 195.6º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94B9C6 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB148185198-
CMYK0.250.0700.22
HSL195.6º30.49%67.84%-
HSV(B)195.6º25.25%77.65%-
XYZ39.7545.0760.03-
YUV175.42140.74108.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=27.87%
G=34.84%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481851980.250.0700.22195.630.4967.84
Hex94B9C6197016c41e44
Octal22427130631702630436104
Binary1001010010111001110001101100111101011011000100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,185,198); }

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

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

 a { background-color: rgb(148,185,198); }

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

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

 span { border-color: rgb(148,185,198); }

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