#35AFF2

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

Shades of Summer Sky #35AFF2

Tints of Summer Sky #35AFF2

Color information

#35AFF2 (or 0x35AFF2) is unknown color: approx Summer Sky. HEX triplet: 35, AF and F2. RGB value is (53,175,242). Sum of RGB (Red+Green+Blue) = 53+175+242=470 (62% of max value = 765). Red value is 53 (21.09% from 255 or 11.28% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #35AFF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35AFF2 is #CA500D. Grayscale: #919191. Windows color (decimal): -13258766 or 15904565. OLE color: 15904565.

HSL color Cylindrical-coordinate representation of color #35AFF2: hue angle of 201.27º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35AFF2 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53175242-
CMYK0.780.2800.05
HSL201.27º87.91%57.84%-
HSV(B)201.27º78.1%94.9%-
XYZ32.8337.8389.58-
YUV146.16182.0861.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.28%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 242 (94.92% from 255) = 51.49%
R=11.28%
G=37.23%
B=51.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal531752420.780.2800.05201.2787.9157.84
Hex35AFF24E1C05c9583a
Octal65257362116340531113072
Binary11010110101111111100101001110111000101110010011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,175,242); }

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

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

 a { background-color: rgb(53,175,242); }

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

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

 span { border-color: rgb(53,175,242); }

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