Html Css Color HEX #95DDE7 Charlotte

📋 copy color: '#95DDE7'

red 149 ◦ green 221 ◦ blue 231

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

Shades of Charlotte #95DDE7

Tints of Charlotte #95DDE7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.77%

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

R = 24.79%
G = 36.77%
B = 38.44%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#95DDE7 (or 0x95DDE7) is known color: Charlotte. HEX triplet: 95, DD and E7. RGB value is (149,221,231). Sum of RGB (Red+Green+Blue) = 149+221+231=601 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.79% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 231 - color contains mainly: blue. Hex color #95DDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DDE7 is #6A2218. Grayscale: #C8C8C8. Windows color (decimal): -6955545 or 15195541. OLE color: 15195541.

HSL color Cylindrical-coordinate representation of color #95DDE7: hue angle of 187.32º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95DDE7 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 221 231 -
CMYK 0.35 0.04 0 0.09
HSL 187.32º 0.63% 0.75% -
HSV(B) 187.32º 0.35% 0.91% -
XYZ 52.67 63.87 85.15 -
YUV 200.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 149 221 231 0.35 0.04 0 0.09 187.32 0.63 0.75
Hex 95 DD E7 23 4 0 9 BB 3F 4B
Octal 225 335 347 43 4 0 11 273 77 113
Binary 10010101 11011101 11100111 100011 100 0 1001 10111011 111111 1001011

Color Harmonies of #95DDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDE7

Black with #95DDE7

Text Example


Text Example

White with #95DDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,221,231); }

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

background-color css

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

 a { background-color: rgb(149,221,231); }

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

border-color css

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

 span { border-color: rgb(149,221,231); }

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