#35D4F7

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

Shades of Summer Sky #35D4F7

Tints of Summer Sky #35D4F7

Color information

#35D4F7 (or 0x35D4F7) is unknown color: approx Summer Sky. HEX triplet: 35, D4 and F7. RGB value is (53,212,247). Sum of RGB (Red+Green+Blue) = 53+212+247=512 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.35% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #35D4F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35D4F7 is #CA2B08. Grayscale: #A8A8A8. Windows color (decimal): -13249289 or 16241717. OLE color: 16241717.

HSL color Cylindrical-coordinate representation of color #35D4F7: hue angle of 190.82º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35D4F7 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB53212247-
CMYK0.790.1400.03
HSL190.82º92.38%58.82%-
HSV(B)190.82º78.54%96.86%-
XYZ41.854.5696.32-
YUV168.45172.3245.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.35%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=10.35%
G=41.41%
B=48.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal532122470.790.1400.03190.8292.3858.82
Hex35D4F74FE03bf5c3b
Octal65324367117160327713473
Binary110101110101001111011110011111110011101111111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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