#35C5F4

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

Shades of Summer Sky #35C5F4

Tints of Summer Sky #35C5F4

Color information

#35C5F4 (or 0x35C5F4) is unknown color: approx Summer Sky. HEX triplet: 35, C5 and F4. RGB value is (53,197,244). Sum of RGB (Red+Green+Blue) = 53+197+244=494 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.73% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #35C5F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C5F4 is #CA3A0B. Grayscale: #9E9E9E. Windows color (decimal): -13253132 or 16041269. OLE color: 16041269.

HSL color Cylindrical-coordinate representation of color #35C5F4: hue angle of 194.76º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35C5F4 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB53197244-
CMYK0.780.1900.04
HSL194.76º89.67%58.24%-
HSV(B)194.76º78.28%95.69%-
XYZ37.7647.2292.71-
YUV159.3175.7952.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.73%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 244 (95.70% from 255) = 49.39%
R=10.73%
G=39.88%
B=49.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal531972440.780.1900.04194.7689.6758.24
Hex35C5F44E1304c35a3a
Octal65305364116230430313272
Binary11010111000101111101001001110100110100110000111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,197,244); }

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

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

 a { background-color: rgb(53,197,244); }

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

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

 span { border-color: rgb(53,197,244); }

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