#35C0F0

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

Shades of Summer Sky #35C0F0

Tints of Summer Sky #35C0F0

Color information

#35C0F0 (or 0x35C0F0) is unknown color: approx Summer Sky. HEX triplet: 35, C0 and F0. RGB value is (53,192,240). Sum of RGB (Red+Green+Blue) = 53+192+240=485 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.93% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #35C0F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C0F0 is #CA3F0F. Grayscale: #9B9B9B. Windows color (decimal): -13254416 or 15777845. OLE color: 15777845.

HSL color Cylindrical-coordinate representation of color #35C0F0: hue angle of 195.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35C0F0 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB53192240-
CMYK0.780.2000.06
HSL195.4º86.18%57.45%-
HSV(B)195.4º77.92%94.12%-
XYZ36.0544.7589.18-
YUV155.91175.4554.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.93%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 240 (94.14% from 255) = 49.48%
R=10.93%
G=39.59%
B=49.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal531922400.780.2000.06195.486.1857.45
Hex35C0F04E1406c35639
Octal65300360116240630312671
Binary11010111000000111100001001110101000110110000111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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