Html Css Color HEX #7696EE Cornflower Blue

📋 copy color: '#7696EE'

red 118 ◦ green 150 ◦ blue 238

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

Shades of Cornflower Blue #7696EE

Tints of Cornflower Blue #7696EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 23.32%
G = 29.64%
B = 47.04%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7696EE (or 0x7696EE) is known color: Cornflower Blue. HEX triplet: 76, 96 and EE. RGB value is (118,150,238). Sum of RGB (Red+Green+Blue) = 118+150+238=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #7696EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7696EE is #896911. Grayscale: #969696. Windows color (decimal): -9005330 or 15636086. OLE color: 15636086.

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

Color convert

RGB 118 150 238 -
CMYK 0.50 0.37 0 0.07
HSL 224º 0.78% 0.7% -
HSV(B) 224º 0.5% 0.93% -
XYZ 33.81 31.84 85.25 -
YUV 150.46 177.4 104.84 -
System Red Green Blue C M Y K H S L
Decimal 118 150 238 0.50 0.37 0 0.07 224 0.78 0.7
Hex 76 96 EE 32 25 0 7 E0 4E 46
Octal 166 226 356 62 45 0 7 340 116 106
Binary 1110110 10010110 11101110 110010 100101 0 111 11100000 1001110 1000110

Color Harmonies of #7696EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696EE

Black with #7696EE

Text Example


Text Example

White with #7696EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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