#35C1FA

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

Shades of Summer Sky #35C1FA

Tints of Summer Sky #35C1FA

Color information

#35C1FA (or 0x35C1FA) is unknown color: approx Summer Sky. HEX triplet: 35, C1 and FA. RGB value is (53,193,250). Sum of RGB (Red+Green+Blue) = 53+193+250=496 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.69% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #35C1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C1FA is #CA3E05. Grayscale: #9D9D9D. Windows color (decimal): -13254150 or 16433461. OLE color: 16433461.

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

Color convert

RGB53193250-
CMYK0.790.2300.02
HSL197.36º95.17%59.41%-
HSV(B)197.36º78.8%98.04%-
XYZ37.7945.897.29-
YUV157.64180.1253.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.69%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=10.69%
G=38.91%
B=50.40%

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
Decimal531932500.790.2300.02197.3695.1759.41
Hex35C1FA4F1702c55f3b
Octal65301372117270230513773
Binary1101011100000111111010100111110111010110001011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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