#35D4FA

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

Shades of Summer Sky #35D4FA

Tints of Summer Sky #35D4FA

Color information

#35D4FA (or 0x35D4FA) is unknown color: approx Summer Sky. HEX triplet: 35, D4 and FA. RGB value is (53,212,250). Sum of RGB (Red+Green+Blue) = 53+212+250=515 (68% of max value = 765). Red value is 53 (21.09% from 255 or 10.29% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #35D4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D4FA is #CA2B05. Grayscale: #A8A8A8. Windows color (decimal): -13249286 or 16438325. OLE color: 16438325.

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

Color convert

RGB53212250-
CMYK0.790.1500.02
HSL191.57º95.17%59.41%-
HSV(B)191.57º78.8%98.04%-
XYZ42.2754.7598.78-
YUV168.79173.8245.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.29%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=10.29%
G=41.17%
B=48.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532122500.790.1500.02191.5795.1759.41
Hex35D4FA4FF02c05f3b
Octal65324372117170230013773
Binary110101110101001111101010011111111010110000001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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