#35C4FA

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

Shades of Summer Sky #35C4FA

Tints of Summer Sky #35C4FA

Color information

#35C4FA (or 0x35C4FA) is unknown color: approx Summer Sky. HEX triplet: 35, C4 and FA. RGB value is (53,196,250). Sum of RGB (Red+Green+Blue) = 53+196+250=499 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.62% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #35C4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C4FA is #CA3B05. Grayscale: #9F9F9F. Windows color (decimal): -13253382 or 16434229. OLE color: 16434229.

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

Color convert

RGB53196250-
CMYK0.790.2200.02
HSL196.45º95.17%59.41%-
HSV(B)196.45º78.8%98.04%-
XYZ38.4647.1497.51-
YUV159.4179.1252.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.62%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=10.62%
G=39.28%
B=50.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal531962500.790.2200.02196.4595.1759.41
Hex35C4FA4F1602c45f3b
Octal65304372117260230413773
Binary1101011100010011111010100111110110010110001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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