Html Css Color HEX #93DBE0 Charlotte

📋 copy color: '#93DBE0'

red 147 ◦ green 219 ◦ blue 224

#93DBE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #93DBE0

Tints of Charlotte #93DBE0

RGB

 RED value IS 147 (57.81% from 255) = 24.92%

 GREEN value IS 219 (85.94% from 255) = 37.12%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 24.92%
G = 37.12%
B = 37.97%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#93DBE0 (or 0x93DBE0) is known color: Charlotte. HEX triplet: 93, DB and E0. RGB value is (147,219,224). Sum of RGB (Red+Green+Blue) = 147+219+224=590 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.92% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #93DBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBE0 is #6C241F. Grayscale: #C5C5C5. Windows color (decimal): -7087136 or 14736275. OLE color: 14736275.

HSL color Cylindrical-coordinate representation of color #93DBE0: hue angle of 183.9º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DBE0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 219 224 -
CMYK 0.34 0.02 0 0.12
HSL 183.9º 0.55% 0.73% -
HSV(B) 183.9º 0.34% 0.88% -
XYZ 50.82 62.25 79.86 -
YUV 198.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 147 219 224 0.34 0.02 0 0.12 183.9 0.55 0.73
Hex 93 DB E0 22 2 0 C B8 37 49
Octal 223 333 340 42 2 0 14 270 67 111
Binary 10010011 11011011 11100000 100010 10 0 1100 10111000 110111 1001001

Color Harmonies of #93DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBE0

Black with #93DBE0

Text Example


Text Example

White with #93DBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93DBE0;
 }
 .AnyTagClassName
 {
   color: #93DBE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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