#7697e0

Color #7697E0 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7697E0

Tints of Cornflower Blue #7697E0

Color information

#7697E0 (or 0x7697E0) is unknown color: approx Cornflower Blue. HEX triplet: 76, 97 and E0. RGB value is (118,151,224). Sum of RGB (Red+Green+Blue) = 118+151+224=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #7697E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697E0 is #89681F. Grayscale: #959595. Windows color (decimal): -9005088 or 14718838. OLE color: 14718838.

HSL color Cylindrical-coordinate representation of color #7697E0: hue angle of 221.32º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7697E0 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB118151224-
CMYK0.470.3300.12
HSL221.32º63.1%67.06%-
HSV(B)221.32º47.32%87.84%-
XYZ31.9931.3774.89-
YUV149.45170.07105.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=23.94%
G=30.63%
B=45.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1181512240.470.3300.12221.3263.167.06
Hex7697E02F210Cdd3f43
Octal166227340574101433577103
Binary1110110100101111110000010111110000101100110111011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7697e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7697e0; }

 p { color: rgb(118,151,224); }

 H1.HeaderClassName
 {
   color: #7697e0;
 }
 .AnyTagClassName
 {
   color: #7697e0;
 }
</style>
background-color css

<style>
 a { background-color: #7697e0; }

 a { background-color: rgb(118,151,224); }

 div.DivClassName
 {
   background-color: #7697e0;
 }
 .BgClassName
 {
   background-color: #7697e0;
 }
</style>
border-color css

<style>
 span { border-color: #7697e0; }

 span { border-color: rgb(118,151,224); }

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