Html Css Color HEX #7696EC Cornflower Blue

📋 copy color: '#7696EC'

red 118 ◦ green 150 ◦ blue 236

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

Shades of Cornflower Blue #7696EC

Tints of Cornflower Blue #7696EC

RGB

 RED value IS 118 (46.48% from 255) = 23.41%

 GREEN value IS 150 (58.98% from 255) = 29.76%

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

R = 23.41%
G = 29.76%
B = 46.83%

CMYK

 C value IS 0.5

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7696EC (or 0x7696EC) is known color: Cornflower Blue. HEX triplet: 76, 96 and EC. RGB value is (118,150,236). Sum of RGB (Red+Green+Blue) = 118+150+236=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #7696EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7696EC is #896913. Grayscale: #959595. Windows color (decimal): -9005332 or 15505014. OLE color: 15505014.

HSL color Cylindrical-coordinate representation of color #7696EC: hue angle of 223.73º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7696EC is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 150 236 -
CMYK 0.5 0.36 0 0.07
HSL 223.73º 0.76% 0.69% -
HSV(B) 223.73º 0.5% 0.93% -
XYZ 33.52 31.72 83.71 -
YUV 150.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 118 150 236 0.5 0.36 0 0.07 223.73 0.76 0.69
Hex 76 96 EC 32 24 0 7 E0 4C 45
Octal 166 226 354 62 44 0 7 340 114 105
Binary 1110110 10010110 11101100 110010 100100 0 111 11100000 1001100 1000101

Color Harmonies of #7696EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696EC

Black with #7696EC

Text Example


Text Example

White with #7696EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7696EC; }

 p { color: rgb(118,150,236); }

 H1.HeaderClassName
 {
   color: #7696EC;
 }
 .AnyTagClassName
 {
   color: #7696EC;
 }
</style>

background-color css

<style>
 a { background-color: #7696EC; }

 a { background-color: rgb(118,150,236); }

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

border-color css

<style>
 span { border-color: #7696EC; }

 span { border-color: rgb(118,150,236); }

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