#35BAF7

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

Shades of Summer Sky #35BAF7

Tints of Summer Sky #35BAF7

Color information

#35BAF7 (or 0x35BAF7) is unknown color: approx Summer Sky. HEX triplet: 35, BA and F7. RGB value is (53,186,247). Sum of RGB (Red+Green+Blue) = 53+186+247=486 (64% of max value = 765). Red value is 53 (21.09% from 255 or 10.91% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #35BAF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35BAF7 is #CA4508. Grayscale: #989898. Windows color (decimal): -13255945 or 16235061. OLE color: 16235061.

HSL color Cylindrical-coordinate representation of color #35BAF7: hue angle of 198.87º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35BAF7 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB53186247-
CMYK0.790.2500.03
HSL198.87º92.38%58.82%-
HSV(B)198.87º78.54%96.86%-
XYZ35.8242.5994.33-
YUV153.19180.9456.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.91%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 247 (96.88% from 255) = 50.82%
R=10.91%
G=38.27%
B=50.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal531862470.790.2500.03198.8792.3858.82
Hex35BAF74F1903c75c3b
Octal65272367117310330713473
Binary1101011011101011110111100111111001011110001111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,186,247); }

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

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

 a { background-color: rgb(53,186,247); }

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

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

 span { border-color: rgb(53,186,247); }

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