Html Css Color HEX #94DAE7 Charlotte

📋 copy color: '#94DAE7'

red 148 ◦ green 218 ◦ blue 231

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

Shades of Charlotte #94DAE7

Tints of Charlotte #94DAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.69%

R = 24.79%
G = 36.52%
B = 38.69%

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

#94DAE7 (or 0x94DAE7) is known color: Charlotte. HEX triplet: 94, DA and E7. RGB value is (148,218,231). Sum of RGB (Red+Green+Blue) = 148+218+231=597 (79% of max value = 765). Red value is 148 (58.20% from 255 or 24.79% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #94DAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94DAE7 is #6B2518. Grayscale: #C6C6C6. Windows color (decimal): -7021849 or 15194772. OLE color: 15194772.

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

Color convert

RGB 148 218 231 -
CMYK 0.36 0.06 0 0.09
HSL 189.4º 0.63% 0.74% -
HSV(B) 189.4º 0.36% 0.91% -
XYZ 51.71 62.21 84.88 -
YUV 198.55 146.31 91.94 -
System Red Green Blue C M Y K H S L
Decimal 148 218 231 0.36 0.06 0 0.09 189.4 0.63 0.74
Hex 94 DA E7 24 6 0 9 BD 3F 4A
Octal 224 332 347 44 6 0 11 275 77 112
Binary 10010100 11011010 11100111 100100 110 0 1001 10111101 111111 1001010

Color Harmonies of #94DAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DAE7

Black with #94DAE7

Text Example


Text Example

White with #94DAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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