Html Css Color HEX #94DBEC Charlotte

📋 copy color: '#94DBEC'

red 148 ◦ green 219 ◦ blue 236

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

Shades of Charlotte #94DBEC

Tints of Charlotte #94DBEC

RGB

 RED value IS 148 (58.2% 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 value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94DBEC (or 0x94DBEC) is known color: 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

RGB 148 219 236 -
CMYK 0.37 0.07 0 0.07
HSL 191.59º 0.7% 0.75% -
HSV(B) 191.59º 0.37% 0.93% -
XYZ 52.68 63.02 88.74 -
YUV 199.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 148 219 236 0.37 0.07 0 0.07 191.59 0.7 0.75
Hex 94 DB EC 25 7 0 7 C0 46 4B
Octal 224 333 354 45 7 0 7 300 106 113
Binary 10010100 11011011 11101100 100101 111 0 111 11000000 1000110 1001011

Color Harmonies of #94DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DBEC

Black with #94DBEC

Text Example


Text Example

White with #94DBEC

Text Example


Text Example

HTML Codes & Css Web 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>