Html Css Color HEX #95DDEA Charlotte

📋 copy color: '#95DDEA'

red 149 ◦ green 221 ◦ blue 234

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

Shades of Charlotte #95DDEA

Tints of Charlotte #95DDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 24.67%
G = 36.59%
B = 38.74%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95DDEA (or 0x95DDEA) is known color: Charlotte. HEX triplet: 95, DD and EA. RGB value is (149,221,234). Sum of RGB (Red+Green+Blue) = 149+221+234=604 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.67% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #95DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DDEA is #6A2215. Grayscale: #C8C8C8. Windows color (decimal): -6955542 or 15392149. OLE color: 15392149.

HSL color Cylindrical-coordinate representation of color #95DDEA: hue angle of 189.18º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95DDEA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 221 234 -
CMYK 0.36 0.06 0 0.08
HSL 189.18º 0.67% 0.75% -
HSV(B) 189.18º 0.36% 0.92% -
XYZ 53.1 64.04 87.4 -
YUV 200.95 146.65 90.94 -
System Red Green Blue C M Y K H S L
Decimal 149 221 234 0.36 0.06 0 0.08 189.18 0.67 0.75
Hex 95 DD EA 24 6 0 8 BD 43 4B
Octal 225 335 352 44 6 0 10 275 103 113
Binary 10010101 11011101 11101010 100100 110 0 1000 10111101 1000011 1001011

Color Harmonies of #95DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DDEA

Black with #95DDEA

Text Example


Text Example

White with #95DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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