#769CFE

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

Shades of Cornflower Blue #769CFE

Tints of Cornflower Blue #769CFE

Color information

#769CFE (or 0x769CFE) is unknown color: approx Cornflower Blue. HEX triplet: 76, 9C and FE. RGB value is (118,156,254). Sum of RGB (Red+Green+Blue) = 118+156+254=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #769CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CFE is #896301. Grayscale: #9B9B9B. Windows color (decimal): -9003778 or 16686198. OLE color: 16686198.

HSL color Cylindrical-coordinate representation of color #769CFE: hue angle of 223.24º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #769CFE is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB118156254-
CMYK0.540.3900.00
HSL223.24º98.55%72.94%-
HSV(B)223.24º53.54%99.61%-
XYZ37.2534.7898.52-
YUV155.81183.41101.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.35%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 254 (99.61% from 255) = 48.11%
R=22.35%
G=29.55%
B=48.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1181562540.540.3900.00223.2498.5572.94
Hex769CFE362700df6349
Octal166234376664700337143111
Binary11101101001110011111110110110100111001101111111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769CFE; }

 p { color: rgb(118,156,254); }

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

<style>
 a { background-color: #769CFE; }

 a { background-color: rgb(118,156,254); }

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

<style>
 span { border-color: #769CFE; }

 span { border-color: rgb(118,156,254); }

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