#35B7FE

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

Shades of Summer Sky #35B7FE

Tints of Summer Sky #35B7FE

Color information

#35B7FE (or 0x35B7FE) is unknown color: approx Summer Sky. HEX triplet: 35, B7 and FE. RGB value is (53,183,254). Sum of RGB (Red+Green+Blue) = 53+183+254=490 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.82% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #35B7FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35B7FE is #CA4801. Grayscale: #979797. Windows color (decimal): -13256706 or 16693045. OLE color: 16693045.

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

Color convert

RGB53183254-
CMYK0.790.2800.00
HSL201.19º99.01%60.2%-
HSV(B)201.19º79.13%99.61%-
XYZ36.2941.7899.92-
YUV152.22185.4357.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.82%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 254 (99.61% from 255) = 51.84%
R=10.82%
G=37.35%
B=51.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal531832540.790.2800.00201.1999.0160.2
Hex35B7FE4F1C00c9633c
Octal65267376117340031114374
Binary110101101101111111111010011111110000110010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,183,254); }

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

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

 a { background-color: rgb(53,183,254); }

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

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

 span { border-color: rgb(53,183,254); }

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