#69A0FA

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

Shades of Cornflower Blue #69A0FA

Tints of Cornflower Blue #69A0FA

Color information

#69A0FA (or 0x69A0FA) is unknown color: approx Cornflower Blue. HEX triplet: 69, A0 and FA. RGB value is (105,160,250). Sum of RGB (Red+Green+Blue) = 105+160+250=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #69A0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A0FA is #965F05. Grayscale: #999999. Windows color (decimal): -9854726 or 16425065. OLE color: 16425065.

HSL color Cylindrical-coordinate representation of color #69A0FA: hue angle of 217.24º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69A0FA is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105160250-
CMYK0.580.3600.02
HSL217.24º93.55%69.61%-
HSV(B)217.24º58%98.04%-
XYZ35.6535.0595.33-
YUV153.82182.2893.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.39%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=20.39%
G=31.07%
B=48.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051602500.580.3600.02217.2493.5569.61
Hex69A0FA3A2402d95e46
Octal151240372724402331136106
Binary110100110100000111110101110101001000101101100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A0FA; }

 p { color: rgb(105,160,250); }

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

<style>
 a { background-color: #69A0FA; }

 a { background-color: rgb(105,160,250); }

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

<style>
 span { border-color: #69A0FA; }

 span { border-color: rgb(105,160,250); }

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