#35C9FE

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

Shades of Summer Sky #35C9FE

Tints of Summer Sky #35C9FE

Color information

#35C9FE (or 0x35C9FE) is unknown color: approx Summer Sky. HEX triplet: 35, C9 and FE. RGB value is (53,201,254). Sum of RGB (Red+Green+Blue) = 53+201+254=508 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.43% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #35C9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C9FE is #CA3601. Grayscale: #A2A2A2. Windows color (decimal): -13252098 or 16697653. OLE color: 16697653.

HSL color Cylindrical-coordinate representation of color #35C9FE: hue angle of 195.82º 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 #35C9FE is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB53201254-
CMYK0.790.2100.00
HSL195.82º99.01%60.2%-
HSV(B)195.82º79.13%99.61%-
XYZ40.2449.69101.24-
YUV162.79179.4749.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.43%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 254 (99.61% from 255) = 50%
R=10.43%
G=39.57%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal532012540.790.2100.00195.8299.0160.2
Hex35C9FE4F1500c4633c
Octal65311376117250030414374
Binary110101110010011111111010011111010100110001001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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