Html Css Color HEX #95DAE0 Charlotte

📋 copy color: '#95DAE0'

red 149 ◦ green 218 ◦ blue 224

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

Shades of Charlotte #95DAE0

Tints of Charlotte #95DAE0

RGB

 RED value IS 149 (58.59% from 255) = 25.21%

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

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

R = 25.21%
G = 36.89%
B = 37.9%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#95DAE0 (or 0x95DAE0) is known color: Charlotte. HEX triplet: 95, DA and E0. RGB value is (149,218,224). Sum of RGB (Red+Green+Blue) = 149+218+224=591 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.21% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #95DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DAE0 is #6A251F. Grayscale: #C5C5C5. Windows color (decimal): -6956320 or 14736021. OLE color: 14736021.

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

Color convert

RGB 149 218 224 -
CMYK 0.33 0.03 0 0.12
HSL 184.8º 0.55% 0.73% -
HSV(B) 184.8º 0.33% 0.88% -
XYZ 50.92 61.91 79.79 -
YUV 198.05 142.64 93.01 -
System Red Green Blue C M Y K H S L
Decimal 149 218 224 0.33 0.03 0 0.12 184.8 0.55 0.73
Hex 95 DA E0 21 3 0 C B9 37 49
Octal 225 332 340 41 3 0 14 271 67 111
Binary 10010101 11011010 11100000 100001 11 0 1100 10111001 110111 1001001

Color Harmonies of #95DAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DAE0

Black with #95DAE0

Text Example


Text Example

White with #95DAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95DAE0; }

 p { color: rgb(149,218,224); }

 H1.HeaderClassName
 {
   color: #95DAE0;
 }
 .AnyTagClassName
 {
   color: #95DAE0;
 }
</style>

background-color css

<style>
 a { background-color: #95DAE0; }

 a { background-color: rgb(149,218,224); }

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

border-color css

<style>
 span { border-color: #95DAE0; }

 span { border-color: rgb(149,218,224); }

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