#68ABF7

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

Shades of Cornflower Blue #68ABF7

Tints of Cornflower Blue #68ABF7

Color information

#68ABF7 (or 0x68ABF7) is unknown color: approx Cornflower Blue. HEX triplet: 68, AB and F7. RGB value is (104,171,247). Sum of RGB (Red+Green+Blue) = 104+171+247=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #68ABF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABF7 is #975408. Grayscale: #9F9F9F. Windows color (decimal): -9917449 or 16231272. OLE color: 16231272.

HSL color Cylindrical-coordinate representation of color #68ABF7: hue angle of 211.89º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68ABF7 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB104171247-
CMYK0.580.3100.03
HSL211.89º89.94%68.82%-
HSV(B)211.89º57.89%96.86%-
XYZ37.0638.7893.53-
YUV159.63177.388.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.92%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 247 (96.88% from 255) = 47.32%
R=19.92%
G=32.76%
B=47.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1041712470.580.3100.03211.8989.9468.82
Hex68ABF73A1F03d45a45
Octal150253367723703324132105
Binary11010001010101111110111111010111110111101010010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,247); }

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

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

 a { background-color: rgb(104,171,247); }

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

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

 span { border-color: rgb(104,171,247); }

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