Html Css Color HEX #96CECA Morning Glory

📋 copy color: '#96CECA'

red 150 ◦ green 206 ◦ blue 202

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

Shades of Morning Glory #96CECA

Tints of Morning Glory #96CECA

RGB

 RED value IS 150 (58.98% from 255) = 26.88%

 GREEN value IS 206 (80.86% from 255) = 36.92%

 BLUE value IS 202 (79.3% from 255) = 36.2%

R = 26.88%
G = 36.92%
B = 36.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#96CECA (or 0x96CECA) is known color: Morning Glory. HEX triplet: 96, CE and CA. RGB value is (150,206,202). Sum of RGB (Red+Green+Blue) = 150+206+202=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #96CECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CECA is #693135. Grayscale: #BCBCBC. Windows color (decimal): -6893878 or 13291158. OLE color: 13291158.

HSL color Cylindrical-coordinate representation of color #96CECA: hue angle of 175.71º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CECA is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 206 202 -
CMYK 0.27 0 0.02 0.19
HSL 175.71º 0.36% 0.7% -
HSV(B) 175.71º 0.27% 0.81% -
XYZ 45.31 54.89 64.08 -
YUV 188.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 150 206 202 0.27 0 0.02 0.19 175.71 0.36 0.7
Hex 96 CE CA 1B 0 2 13 B0 24 46
Octal 226 316 312 33 0 2 23 260 44 106
Binary 10010110 11001110 11001010 11011 0 10 10011 10110000 100100 1000110

Color Harmonies of #96CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CECA

Black with #96CECA

Text Example


Text Example

White with #96CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CECA; }

 p { color: rgb(150,206,202); }

 H1.HeaderClassName
 {
   color: #96CECA;
 }
 .AnyTagClassName
 {
   color: #96CECA;
 }
</style>

background-color css

<style>
 a { background-color: #96CECA; }

 a { background-color: rgb(150,206,202); }

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

border-color css

<style>
 span { border-color: #96CECA; }

 span { border-color: rgb(150,206,202); }

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