#94DBEB

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

Shades of Charlotte #94DBEB

Tints of Charlotte #94DBEB

Color information

#94DBEB (or 0x94DBEB) is unknown color: approx Charlotte. HEX triplet: 94, DB and EB. RGB value is (148,219,235). Sum of RGB (Red+Green+Blue) = 148+219+235=602 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.58% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #94DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DBEB is #6B2414. Grayscale: #C7C7C7. Windows color (decimal): -7021589 or 15457172. OLE color: 15457172.

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

Color convert

RGB148219235-
CMYK0.370.0700.08
HSL191.03º68.5%75.1%-
HSV(B)191.03º37.02%92.16%-
XYZ52.5462.9687.98-
YUV199.6147.9891.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.58%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=24.58%
G=36.38%
B=39.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482192350.370.0700.08191.0368.575.1
Hex94DBEB25708bf454b
Octal224333353457010277105113
Binary100101001101101111101011100101111010001011111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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