#2CC5FB

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

Shades of Summer Sky #2CC5FB

Tints of Summer Sky #2CC5FB

Color information

#2CC5FB (or 0x2CC5FB) is unknown color: approx Summer Sky. HEX triplet: 2C, C5 and FB. RGB value is (44,197,251). Sum of RGB (Red+Green+Blue) = 44+197+251=492 (65% of max value = 765). Red value is 44 (17.58% from 255 or 8.94% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #2CC5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC5FB is #D33A04. Grayscale: #9D9D9D. Windows color (decimal): -13842949 or 16500012. OLE color: 16500012.

HSL color Cylindrical-coordinate representation of color #2CC5FB: hue angle of 195.65º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CC5FB is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB44197251-
CMYK0.820.2200.02
HSL195.65º96.28%57.84%-
HSV(B)195.65º82.47%98.43%-
XYZ38.4247.4398.4-
YUV157.41180.8147.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 8.94%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 251 (98.44% from 255) = 51.02%
R=8.94%
G=40.04%
B=51.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal441972510.820.2200.02195.6596.2857.84
Hex2CC5FB521602c4603a
Octal54305373122260230414072
Binary1011001100010111111011101001010110010110001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CC5FB; }

 p { color: rgb(44,197,251); }

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

<style>
 a { background-color: #2CC5FB; }

 a { background-color: rgb(44,197,251); }

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

<style>
 span { border-color: #2CC5FB; }

 span { border-color: rgb(44,197,251); }

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