#93DBEA

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

Shades of Charlotte #93DBEA

Tints of Charlotte #93DBEA

Color information

#93DBEA (or 0x93DBEA) is unknown color: approx Charlotte. HEX triplet: 93, DB and EA. RGB value is (147,219,234). Sum of RGB (Red+Green+Blue) = 147+219+234=600 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #93DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DBEA is #6C2415. Grayscale: #C7C7C7. Windows color (decimal): -7087126 or 15391635. OLE color: 15391635.

HSL color Cylindrical-coordinate representation of color #93DBEA: hue angle of 190.34º degrees, saturation: 0.67, 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 #93DBEA is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147219234-
CMYK0.370.0600.08
HSL190.34º67.44%74.71%-
HSV(B)190.34º37.18%91.76%-
XYZ52.2262.8187.21-
YUV199.18147.6590.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.5%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 234 (91.80% from 255) = 39%
R=24.5%
G=36.5%
B=39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472192340.370.0600.08190.3467.4474.71
Hex93DBEA25608be434b
Octal223333352456010276103113
Binary100100111101101111101010100101110010001011111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DBEA; }

 p { color: rgb(147,219,234); }

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

<style>
 a { background-color: #93DBEA; }

 a { background-color: rgb(147,219,234); }

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

<style>
 span { border-color: #93DBEA; }

 span { border-color: rgb(147,219,234); }

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