#40CCFB

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

Shades of Summer Sky #40CCFB

Tints of Summer Sky #40CCFB

Color information

#40CCFB (or 0x40CCFB) is unknown color: approx Summer Sky. HEX triplet: 40, CC and FB. RGB value is (64,204,251). Sum of RGB (Red+Green+Blue) = 64+204+251=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #40CCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCFB is #BF3304. Grayscale: #A7A7A7. Windows color (decimal): -12530437 or 16501824. OLE color: 16501824.

HSL color Cylindrical-coordinate representation of color #40CCFB: hue angle of 195.08º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40CCFB is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64204251-
CMYK0.750.1900.02
HSL195.08º95.9%61.76%-
HSV(B)195.08º74.5%98.43%-
XYZ41.1251.2498.99-
YUV167.5175.1254.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.33%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=12.33%
G=39.31%
B=48.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642042510.750.1900.02195.0895.961.76
Hex40CCFB4B1302c3603e
Octal100314373113230230314076
Binary10000001100110011111011100101110011010110000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40CCFB; }

 p { color: rgb(64,204,251); }

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

<style>
 a { background-color: #40CCFB; }

 a { background-color: rgb(64,204,251); }

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

<style>
 span { border-color: #40CCFB; }

 span { border-color: rgb(64,204,251); }

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