Html Css Color HEX #94DAE8 Charlotte

📋 copy color: '#94DAE8'

red 148 ◦ green 218 ◦ blue 232

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

Shades of Charlotte #94DAE8

Tints of Charlotte #94DAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.8%

R = 24.75%
G = 36.45%
B = 38.8%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#94DAE8 (or 0x94DAE8) is known color: Charlotte. HEX triplet: 94, DA and E8. RGB value is (148,218,232). Sum of RGB (Red+Green+Blue) = 148+218+232=598 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.75% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 232 - color contains mainly: blue. Hex color #94DAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAE8 is #6B2517. Grayscale: #C6C6C6. Windows color (decimal): -7021848 or 15260308. OLE color: 15260308.

HSL color Cylindrical-coordinate representation of color #94DAE8: hue angle of 190º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94DAE8 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 218 232 -
CMYK 0.36 0.06 0 0.09
HSL 190º 0.65% 0.75% -
HSV(B) 190º 0.36% 0.91% -
XYZ 51.85 62.26 85.63 -
YUV 198.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 148 218 232 0.36 0.06 0 0.09 190 0.65 0.75
Hex 94 DA E8 24 6 0 9 BE 41 4B
Octal 224 332 350 44 6 0 11 276 101 113
Binary 10010100 11011010 11101000 100100 110 0 1001 10111110 1000001 1001011

Color Harmonies of #94DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DAE8

Black with #94DAE8

Text Example


Text Example

White with #94DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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