#469FF0

Color #469FF0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #469FF0

Tints of Summer Sky #469FF0

Color information

#469FF0 (or 0x469FF0) is unknown color: approx Summer Sky. HEX triplet: 46, 9F and F0. RGB value is (70,159,240). Sum of RGB (Red+Green+Blue) = 70+159+240=469 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.93% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #469FF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469FF0 is #B9600F. Grayscale: #8D8D8D. Windows color (decimal): -12148752 or 15769414. OLE color: 15769414.

HSL color Cylindrical-coordinate representation of color #469FF0: hue angle of 208.59º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #469FF0 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB70159240-
CMYK0.710.3400.06
HSL208.59º85%60.78%-
HSV(B)208.59º70.83%94.12%-
XYZ30.6532.3987.07-
YUV141.62183.5176.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.93%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 240 (94.14% from 255) = 51.17%
R=14.93%
G=33.90%
B=51.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal701592400.710.3400.06208.598560.78
Hex469FF0472206d1553d
Octal106237360107420632112575
Binary1000110100111111111000010001111000100110110100011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469FF0; }

 p { color: rgb(70,159,240); }

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

<style>
 a { background-color: #469FF0; }

 a { background-color: rgb(70,159,240); }

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

<style>
 span { border-color: #469FF0; }

 span { border-color: rgb(70,159,240); }

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