#35D2FA

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

Shades of Summer Sky #35D2FA

Tints of Summer Sky #35D2FA

Color information

#35D2FA (or 0x35D2FA) is unknown color: approx Summer Sky. HEX triplet: 35, D2 and FA. RGB value is (53,210,250). Sum of RGB (Red+Green+Blue) = 53+210+250=513 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.33% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #35D2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D2FA is #CA2D05. Grayscale: #A7A7A7. Windows color (decimal): -13249798 or 16437813. OLE color: 16437813.

HSL color Cylindrical-coordinate representation of color #35D2FA: hue angle of 192.18º 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 #35D2FA is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53210250-
CMYK0.790.1600.02
HSL192.18º95.17%59.41%-
HSV(B)192.18º78.8%98.04%-
XYZ41.7753.7598.62-
YUV167.62174.4946.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.33%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=10.33%
G=40.94%
B=48.73%

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
Decimal532102500.790.1600.02192.1895.1759.41
Hex35D2FA4F1002c05f3b
Octal65322372117200230013773
Binary1101011101001011111010100111110000010110000001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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