Html Css Color HEX #95DDE4 Charlotte

📋 copy color: '#95DDE4'

red 149 ◦ green 221 ◦ blue 228

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

Shades of Charlotte #95DDE4

Tints of Charlotte #95DDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.13%

R = 24.92%
G = 36.96%
B = 38.13%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#95DDE4 (or 0x95DDE4) is known color: Charlotte. HEX triplet: 95, DD and E4. RGB value is (149,221,228). Sum of RGB (Red+Green+Blue) = 149+221+228=598 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.92% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 228 - color contains mainly: blue. Hex color #95DDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDE4 is #6A221B. Grayscale: #C8C8C8. Windows color (decimal): -6955548 or 14998933. OLE color: 14998933.

HSL color Cylindrical-coordinate representation of color #95DDE4: hue angle of 185.32º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95DDE4 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 221 228 -
CMYK 0.35 0.03 0 0.11
HSL 185.32º 0.59% 0.74% -
HSV(B) 185.32º 0.35% 0.89% -
XYZ 52.25 63.7 82.94 -
YUV 200.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 149 221 228 0.35 0.03 0 0.11 185.32 0.59 0.74
Hex 95 DD E4 23 3 0 B B9 3B 4A
Octal 225 335 344 43 3 0 13 271 73 112
Binary 10010101 11011101 11100100 100011 11 0 1011 10111001 111011 1001010

Color Harmonies of #95DDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDE4

Black with #95DDE4

Text Example


Text Example

White with #95DDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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