#69A5FE

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

Shades of Cornflower Blue #69A5FE

Tints of Cornflower Blue #69A5FE

Color information

#69A5FE (or 0x69A5FE) is unknown color: approx Cornflower Blue. HEX triplet: 69, A5 and FE. RGB value is (105,165,254). Sum of RGB (Red+Green+Blue) = 105+165+254=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #69A5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A5FE is #965A01. Grayscale: #9C9C9C. Windows color (decimal): -9853442 or 16688489. OLE color: 16688489.

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

Color convert

RGB105165254-
CMYK0.590.3500.00
HSL215.84º98.68%70.39%-
HSV(B)215.84º58.66%99.61%-
XYZ37.1737.0798.96-
YUV157.21182.6290.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.04%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=20.04%
G=31.49%
B=48.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1051652540.590.3500.00215.8498.6870.39
Hex69A5FE3B2300d86346
Octal151245376734300330143106
Binary11010011010010111111110111011100011001101100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,165,254); }

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

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

 a { background-color: rgb(105,165,254); }

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

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

 span { border-color: rgb(105,165,254); }

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