#35B5FC

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

Shades of Summer Sky #35B5FC

Tints of Summer Sky #35B5FC

Color information

#35B5FC (or 0x35B5FC) is unknown color: approx Summer Sky. HEX triplet: 35, B5 and FC. RGB value is (53,181,252). Sum of RGB (Red+Green+Blue) = 53+181+252=486 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.91% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #35B5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35B5FC is #CA4A03. Grayscale: #969696. Windows color (decimal): -13257220 or 16561461. OLE color: 16561461.

HSL color Cylindrical-coordinate representation of color #35B5FC: hue angle of 201.41º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35B5FC is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB53181252-
CMYK0.790.2800.01
HSL201.41º97.07%59.8%-
HSV(B)201.41º78.97%98.82%-
XYZ35.5640.8398.1-
YUV150.82185.0958.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.91%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 252 (98.83% from 255) = 51.85%
R=10.91%
G=37.24%
B=51.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal531812520.790.2800.01201.4197.0759.8
Hex35B5FC4F1C01c9613c
Octal65265374117340131114174
Binary110101101101011111110010011111110001110010011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,252); }

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

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

 a { background-color: rgb(53,181,252); }

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

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

 span { border-color: rgb(53,181,252); }

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