#35D1FA

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

Shades of Summer Sky #35D1FA

Tints of Summer Sky #35D1FA

Color information

#35D1FA (or 0x35D1FA) is unknown color: approx Summer Sky. HEX triplet: 35, D1 and FA. RGB value is (53,209,250). Sum of RGB (Red+Green+Blue) = 53+209+250=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #35D1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D1FA is #CA2E05. Grayscale: #A6A6A6. Windows color (decimal): -13250054 or 16437557. OLE color: 16437557.

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

Color convert

RGB53209250-
CMYK0.790.1600.02
HSL192.49º95.17%59.41%-
HSV(B)192.49º78.8%98.04%-
XYZ41.5253.2698.53-
YUV167.03174.8246.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.35%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=10.35%
G=40.82%
B=48.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532092500.790.1600.02192.4995.1759.41
Hex35D1FA4F1002c05f3b
Octal65321372117200230013773
Binary1101011101000111111010100111110000010110000001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,209,250); }

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

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

 a { background-color: rgb(53,209,250); }

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

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

 span { border-color: rgb(53,209,250); }

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