#35CFEA

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

Shades of Summer Sky #35CFEA

Tints of Summer Sky #35CFEA

Color information

#35CFEA (or 0x35CFEA) is unknown color: approx Summer Sky. HEX triplet: 35, CF and EA. RGB value is (53,207,234). Sum of RGB (Red+Green+Blue) = 53+207+234=494 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.73% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #35CFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35CFEA is #CA3015. Grayscale: #A3A3A3. Windows color (decimal): -13250582 or 15388469. OLE color: 15388469.

HSL color Cylindrical-coordinate representation of color #35CFEA: hue angle of 188.95º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35CFEA is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53207234-
CMYK0.770.1200.08
HSL188.95º81.17%56.27%-
HSV(B)188.95º77.35%91.76%-
XYZ38.6351.3285.71-
YUV164.03167.4848.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 10.73%
GREEN value IS 207 (81.25% from 255) = 41.90%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=10.73%
G=41.90%
B=47.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal532072340.770.1200.08188.9581.1756.27
Hex35CFEA4DC08bd5138
Octal653173521151401027512170
Binary11010111001111111010101001101110001000101111011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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