#35CCFE

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

Shades of Summer Sky #35CCFE

Tints of Summer Sky #35CCFE

Color information

#35CCFE (or 0x35CCFE) is unknown color: approx Summer Sky. HEX triplet: 35, CC and FE. RGB value is (53,204,254). Sum of RGB (Red+Green+Blue) = 53+204+254=511 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.37% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #35CCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CCFE is #CA3301. Grayscale: #A4A4A4. Windows color (decimal): -13251330 or 16698421. OLE color: 16698421.

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

Color convert

RGB53204254-
CMYK0.790.2000.00
HSL194.93º99.01%60.2%-
HSV(B)194.93º79.13%99.61%-
XYZ40.9551.1101.47-
YUV164.55178.4748.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.37%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 254 (99.61% from 255) = 49.71%
R=10.37%
G=39.92%
B=49.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal532042540.790.2000.00194.9399.0160.2
Hex35CCFE4F1400c3633c
Octal65314376117240030314374
Binary110101110011001111111010011111010000110000111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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