#94DBEC

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

Shades of Charlotte #94DBEC

Tints of Charlotte #94DBEC

Color information

#94DBEC (or 0x94DBEC) is unknown color: approx Charlotte. HEX triplet: 94, DB and EC. RGB value is (148,219,236). Sum of RGB (Red+Green+Blue) = 148+219+236=603 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.54% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #94DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBEC is #6B2413. Grayscale: #C7C7C7. Windows color (decimal): -7021588 or 15522708. OLE color: 15522708.

HSL color Cylindrical-coordinate representation of color #94DBEC: hue angle of 191.59º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94DBEC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB148219236-
CMYK0.370.0700.07
HSL191.59º69.84%75.29%-
HSV(B)191.59º37.29%92.55%-
XYZ52.6863.0288.74-
YUV199.71148.4891.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.54%
GREEN value IS 219 (85.94% from 255) = 36.32%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=24.54%
G=36.32%
B=39.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482192360.370.0700.07191.5969.8475.29
Hex94DBEC25707c0464b
Octal22433335445707300106113
Binary10010100110110111110110010010111101111100000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,219,236); }

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

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

 a { background-color: rgb(148,219,236); }

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

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

 span { border-color: rgb(148,219,236); }

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