#68AAFF

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

Shades of Cornflower Blue #68AAFF

Tints of Cornflower Blue #68AAFF

Color information

#68AAFF (or 0x68AAFF) is unknown color: approx Cornflower Blue. HEX triplet: 68, AA and FF. RGB value is (104,170,255). Sum of RGB (Red+Green+Blue) = 104+170+255=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #68AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAFF is #975500. Grayscale: #9F9F9F. Windows color (decimal): -9917697 or 16755304. OLE color: 16755304.

HSL color Cylindrical-coordinate representation of color #68AAFF: hue angle of 213.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68AAFF is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB104170255-
CMYK0.590.3300
HSL213.77º100%70.39%-
HSV(B)213.77º59.22%100%-
XYZ38.1338.91100.11-
YUV159.96181.6388.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.66%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 255 (100% from 255) = 48.20%
R=19.66%
G=32.14%
B=48.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1041702550.590.3300213.7710070.39
Hex68AAFF3B2100d66446
Octal150252377734100326144106
Binary11010001010101011111111111011100001001101011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AAFF; }

 p { color: rgb(104,170,255); }

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

<style>
 a { background-color: #68AAFF; }

 a { background-color: rgb(104,170,255); }

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

<style>
 span { border-color: #68AAFF; }

 span { border-color: rgb(104,170,255); }

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