#35CFFA

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

Shades of Summer Sky #35CFFA

Tints of Summer Sky #35CFFA

Color information

#35CFFA (or 0x35CFFA) is unknown color: approx Summer Sky. HEX triplet: 35, CF and FA. RGB value is (53,207,250). Sum of RGB (Red+Green+Blue) = 53+207+250=510 (67% of max value = 765). Red value is 53 (21.09% from 255 or 10.39% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #35CFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CFFA is #CA3005. Grayscale: #A5A5A5. Windows color (decimal): -13250566 or 16437045. OLE color: 16437045.

HSL color Cylindrical-coordinate representation of color #35CFFA: hue angle of 193.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35CFFA is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53207250-
CMYK0.790.1700.02
HSL193.1º95.17%59.41%-
HSV(B)193.1º78.8%98.04%-
XYZ41.0452.2898.37-
YUV165.86175.4847.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.39%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=10.39%
G=40.59%
B=49.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532072500.790.1700.02193.195.1759.41
Hex35CFFA4F1102c15f3b
Octal65317372117210230113773
Binary1101011100111111111010100111110001010110000011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,207,250); }

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

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

 a { background-color: rgb(53,207,250); }

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

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

 span { border-color: rgb(53,207,250); }

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