#35A9FB

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

Shades of Summer Sky #35A9FB

Tints of Summer Sky #35A9FB

Color information

#35A9FB (or 0x35A9FB) is unknown color: approx Summer Sky. HEX triplet: 35, A9 and FB. RGB value is (53,169,251). Sum of RGB (Red+Green+Blue) = 53+169+251=473 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.21% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #35A9FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35A9FB is #CA5604. Grayscale: #8F8F8F. Windows color (decimal): -13260293 or 16492853. OLE color: 16492853.

HSL color Cylindrical-coordinate representation of color #35A9FB: hue angle of 204.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35A9FB is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53169251-
CMYK0.790.3300.02
HSL204.85º96.12%59.61%-
HSV(B)204.85º78.88%98.43%-
XYZ33.0736.196.49-
YUV143.66188.5763.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.21%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 251 (98.44% from 255) = 53.07%
R=11.21%
G=35.73%
B=53.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal531692510.790.3300.02204.8596.1259.61
Hex35A9FB4F2102cd603c
Octal65251373117410231514074
Binary11010110101001111110111001111100001010110011011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35A9FB; }

 p { color: rgb(53,169,251); }

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

<style>
 a { background-color: #35A9FB; }

 a { background-color: rgb(53,169,251); }

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

<style>
 span { border-color: #35A9FB; }

 span { border-color: rgb(53,169,251); }

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