#94DCE9

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

Shades of Charlotte #94DCE9

Tints of Charlotte #94DCE9

Color information

#94DCE9 (or 0x94DCE9) is unknown color: approx Charlotte. HEX triplet: 94, DC and E9. RGB value is (148,220,233). Sum of RGB (Red+Green+Blue) = 148+220+233=601 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.63% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 233 (91.41% from 255 or 38.77% from 601); Max value from RGB is 233 - color contains mainly: blue. Hex color #94DCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DCE9 is #6B2316. Grayscale: #C7C7C7. Windows color (decimal): -7021335 or 15326356. OLE color: 15326356.

HSL color Cylindrical-coordinate representation of color #94DCE9: hue angle of 189.18º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94DCE9 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB148220233-
CMYK0.360.0600.09
HSL189.18º65.89%74.71%-
HSV(B)189.18º36.48%91.37%-
XYZ52.5163.3786.55-
YUV199.95146.6590.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.63%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 233 (91.41% from 255) = 38.77%
R=24.63%
G=36.61%
B=38.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482202330.360.0600.09189.1865.8974.71
Hex94DCE924609bd424b
Octal224334351446011275102113
Binary100101001101110011101001100100110010011011110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,220,233); }

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

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

 a { background-color: rgb(148,220,233); }

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

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

 span { border-color: rgb(148,220,233); }

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