#75A6FD

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

Shades of Cornflower Blue #75A6FD

Tints of Cornflower Blue #75A6FD

Color information

#75A6FD (or 0x75A6FD) is unknown color: approx Cornflower Blue. HEX triplet: 75, A6 and FD. RGB value is (117,166,253). Sum of RGB (Red+Green+Blue) = 117+166+253=536 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.83% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #75A6FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #75A6FD is #8A5902. Grayscale: #A0A0A0. Windows color (decimal): -9066755 or 16623221. OLE color: 16623221.

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

Color convert

RGB117166253-
CMYK0.540.3400.01
HSL218.38º97.14%72.55%-
HSV(B)218.38º53.75%99.22%-
XYZ38.738.1598.25-
YUV161.27179.7796.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.83%
GREEN value IS 166 (65.23% from 255) = 30.97%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=21.83%
G=30.97%
B=47.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171662530.540.3400.01218.3897.1472.55
Hex75A6FD362201da6149
Octal165246375664201332141111
Binary11101011010011011111101110110100010011101101011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A6FD; }

 p { color: rgb(117,166,253); }

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

<style>
 a { background-color: #75A6FD; }

 a { background-color: rgb(117,166,253); }

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

<style>
 span { border-color: #75A6FD; }

 span { border-color: rgb(117,166,253); }

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