#69A1FB

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

Shades of Cornflower Blue #69A1FB

Tints of Cornflower Blue #69A1FB

Color information

#69A1FB (or 0x69A1FB) is unknown color: approx Cornflower Blue. HEX triplet: 69, A1 and FB. RGB value is (105,161,251). Sum of RGB (Red+Green+Blue) = 105+161+251=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #69A1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A1FB is #965E04. Grayscale: #9A9A9A. Windows color (decimal): -9854469 or 16490857. OLE color: 16490857.

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

Color convert

RGB105161251-
CMYK0.580.3600.02
HSL216.99º94.81%69.8%-
HSV(B)216.99º58.17%98.43%-
XYZ35.9835.4696.21-
YUV154.52182.4592.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=20.31%
G=31.14%
B=48.55%

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
Decimal1051612510.580.3600.02216.9994.8169.8
Hex69A1FB3A2402d95f46
Octal151241373724402331137106
Binary110100110100001111110111110101001000101101100110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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