Html Css Color HEX #95DBEC Charlotte

📋 copy color: '#95DBEC'

red 149 ◦ green 219 ◦ blue 236

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

Shades of Charlotte #95DBEC

Tints of Charlotte #95DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.26%

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 24.67%
G = 36.26%
B = 39.07%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95DBEC (or 0x95DBEC) is known color: Charlotte. HEX triplet: 95, DB and EC. RGB value is (149,219,236). Sum of RGB (Red+Green+Blue) = 149+219+236=604 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.67% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #95DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95DBEC is #6A2413. Grayscale: #C7C7C7. Windows color (decimal): -6956052 or 15522709. OLE color: 15522709.

HSL color Cylindrical-coordinate representation of color #95DBEC: hue angle of 191.72º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95DBEC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 219 236 -
CMYK 0.37 0.07 0 0.07
HSL 191.72º 0.7% 0.75% -
HSV(B) 191.72º 0.37% 0.93% -
XYZ 52.87 63.11 88.75 -
YUV 200.01 148.31 91.62 -
System Red Green Blue C M Y K H S L
Decimal 149 219 236 0.37 0.07 0 0.07 191.72 0.7 0.75
Hex 95 DB EC 25 7 0 7 C0 46 4B
Octal 225 333 354 45 7 0 7 300 106 113
Binary 10010101 11011011 11101100 100101 111 0 111 11000000 1000110 1001011

Color Harmonies of #95DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DBEC

Black with #95DBEC

Text Example


Text Example

White with #95DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,219,236); }

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

background-color css

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

 a { background-color: rgb(149,219,236); }

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

border-color css

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

 span { border-color: rgb(149,219,236); }

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