Html Css Color HEX #95CACC Morning Glory

📋 copy color: '#95CACC'

red 149 ◦ green 202 ◦ blue 204

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

Shades of Morning Glory #95CACC

Tints of Morning Glory #95CACC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.4%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 26.85%
G = 36.4%
B = 36.76%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#95CACC (or 0x95CACC) is known color: Morning Glory. HEX triplet: 95, CA and CC. RGB value is (149,202,204). Sum of RGB (Red+Green+Blue) = 149+202+204=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #95CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CACC is #6A3533. Grayscale: #BABABA. Windows color (decimal): -6960436 or 13421205. OLE color: 13421205.

HSL color Cylindrical-coordinate representation of color #95CACC: hue angle of 182.18º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CACC is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 202 204 -
CMYK 0.27 0.01 0 0.2
HSL 182.18º 0.35% 0.69% -
HSV(B) 182.18º 0.27% 0.8% -
XYZ 44.41 52.99 65.01 -
YUV 186.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 149 202 204 0.27 0.01 0 0.2 182.18 0.35 0.69
Hex 95 CA CC 1B 1 0 14 B6 23 45
Octal 225 312 314 33 1 0 24 266 43 105
Binary 10010101 11001010 11001100 11011 1 0 10100 10110110 100011 1000101

Color Harmonies of #95CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CACC

Black with #95CACC

Text Example


Text Example

White with #95CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,202,204); }

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

background-color css

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

 a { background-color: rgb(149,202,204); }

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

border-color css

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

 span { border-color: rgb(149,202,204); }

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