#35C0FA

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

Shades of Summer Sky #35C0FA

Tints of Summer Sky #35C0FA

Color information

#35C0FA (or 0x35C0FA) is unknown color: approx Summer Sky. HEX triplet: 35, C0 and FA. RGB value is (53,192,250). Sum of RGB (Red+Green+Blue) = 53+192+250=495 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.71% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #35C0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C0FA is #CA3F05. Grayscale: #9C9C9C. Windows color (decimal): -13254406 or 16433205. OLE color: 16433205.

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

Color convert

RGB53192250-
CMYK0.790.2300.02
HSL197.66º95.17%59.41%-
HSV(B)197.66º78.8%98.04%-
XYZ37.5745.3697.22-
YUV157.05180.4553.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.71%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 250 (98.05% from 255) = 50.51%
R=10.71%
G=38.79%
B=50.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal531922500.790.2300.02197.6695.1759.41
Hex35C0FA4F1702c65f3b
Octal65300372117270230613773
Binary1101011100000011111010100111110111010110001101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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