Html Css Color HEX #94DAEA Charlotte

📋 copy color: '#94DAEA'

red 148 ◦ green 218 ◦ blue 234

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

Shades of Charlotte #94DAEA

Tints of Charlotte #94DAEA

RGB

 RED value IS 148 (58.2% from 255) = 24.67%

 GREEN value IS 218 (85.55% from 255) = 36.33%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 24.67%
G = 36.33%
B = 39%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#94DAEA (or 0x94DAEA) is known color: Charlotte. HEX triplet: 94, DA and EA. RGB value is (148,218,234). Sum of RGB (Red+Green+Blue) = 148+218+234=600 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.67% from 600); Green value is 218 (85.55% from 255 or 36.33% 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 #94DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAEA is #6B2515. Grayscale: #C6C6C6. Windows color (decimal): -7021846 or 15391380. OLE color: 15391380.

HSL color Cylindrical-coordinate representation of color #94DAEA: hue angle of 191.16º 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 #94DAEA is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 218 234 -
CMYK 0.37 0.07 0 0.08
HSL 191.16º 0.67% 0.75% -
HSV(B) 191.16º 0.37% 0.92% -
XYZ 52.14 62.38 87.13 -
YUV 198.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 148 218 234 0.37 0.07 0 0.08 191.16 0.67 0.75
Hex 94 DA EA 25 7 0 8 BF 43 4B
Octal 224 332 352 45 7 0 10 277 103 113
Binary 10010100 11011010 11101010 100101 111 0 1000 10111111 1000011 1001011

Color Harmonies of #94DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DAEA

Black with #94DAEA

Text Example


Text Example

White with #94DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,218,234); }

 H1.HeaderClassName
 {
   color: #94DAEA;
 }
 .AnyTagClassName
 {
   color: #94DAEA;
 }
</style>

background-color css

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

 a { background-color: rgb(148,218,234); }

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

border-color css

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

 span { border-color: rgb(148,218,234); }

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