#35C8FC

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

Shades of Summer Sky #35C8FC

Tints of Summer Sky #35C8FC

Color information

#35C8FC (or 0x35C8FC) is unknown color: approx Summer Sky. HEX triplet: 35, C8 and FC. RGB value is (53,200,252). Sum of RGB (Red+Green+Blue) = 53+200+252=505 (66% of max value = 765). Red value is 53 (21.09% from 255 or 10.50% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #35C8FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C8FC is #CA3703. Grayscale: #A1A1A1. Windows color (decimal): -13252356 or 16566325. OLE color: 16566325.

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

Color convert

RGB53200252-
CMYK0.790.2100.01
HSL195.68º97.07%59.8%-
HSV(B)195.68º78.97%98.82%-
XYZ39.6949.0999.48-
YUV161.98178.850.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.50%
GREEN value IS 200 (78.52% from 255) = 39.60%
BLUE value IS 252 (98.83% from 255) = 49.90%
R=10.50%
G=39.60%
B=49.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal532002520.790.2100.01195.6897.0759.8
Hex35C8FC4F1501c4613c
Octal65310374117250130414174
Binary110101110010001111110010011111010101110001001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,200,252); }

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

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

 a { background-color: rgb(53,200,252); }

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

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

 span { border-color: rgb(53,200,252); }

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