#69A8FD

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

Shades of Cornflower Blue #69A8FD

Tints of Cornflower Blue #69A8FD

Color information

#69A8FD (or 0x69A8FD) is unknown color: approx Cornflower Blue. HEX triplet: 69, A8 and FD. RGB value is (105,168,253). Sum of RGB (Red+Green+Blue) = 105+168+253=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #69A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A8FD is #965702. Grayscale: #9E9E9E. Windows color (decimal): -9852675 or 16623721. OLE color: 16623721.

HSL color Cylindrical-coordinate representation of color #69A8FD: hue angle of 214.46º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69A8FD is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB105168253-
CMYK0.580.3400.01
HSL214.46º97.37%70.2%-
HSV(B)214.46º58.5%99.22%-
XYZ37.5638.198.3-
YUV158.85181.1389.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.96%
GREEN value IS 168 (66.02% from 255) = 31.94%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=19.96%
G=31.94%
B=48.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1051682530.580.3400.01214.4697.3770.2
Hex69A8FD3A2201d66146
Octal151250375724201326141106
Binary11010011010100011111101111010100010011101011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,168,253); }

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

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

 a { background-color: rgb(105,168,253); }

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

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

 span { border-color: rgb(105,168,253); }

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