#69AAFB

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

Shades of Cornflower Blue #69AAFB

Tints of Cornflower Blue #69AAFB

Color information

#69AAFB (or 0x69AAFB) is unknown color: approx Cornflower Blue. HEX triplet: 69, AA and FB. RGB value is (105,170,251). Sum of RGB (Red+Green+Blue) = 105+170+251=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #69AAFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AAFB is #965504. Grayscale: #9F9F9F. Windows color (decimal): -9852165 or 16493161. OLE color: 16493161.

HSL color Cylindrical-coordinate representation of color #69AAFB: hue angle of 213.29º degrees, saturation: 0.95, 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 #69AAFB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB105170251-
CMYK0.580.3200.02
HSL213.29º94.81%69.8%-
HSV(B)213.29º58.17%98.43%-
XYZ37.6138.7296.76-
YUV159.8179.4788.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.96%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=19.96%
G=32.32%
B=47.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1051702510.580.3200.02213.2994.8169.8
Hex69AAFB3A2002d55f46
Octal151252373724002325137106
Binary110100110101010111110111110101000000101101010110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,170,251); }

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

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

 a { background-color: rgb(105,170,251); }

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

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

 span { border-color: rgb(105,170,251); }

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