#40CDFE

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

Shades of Summer Sky #40CDFE

Tints of Summer Sky #40CDFE

Color information

#40CDFE (or 0x40CDFE) is unknown color: approx Summer Sky. HEX triplet: 40, CD and FE. RGB value is (64,205,254). Sum of RGB (Red+Green+Blue) = 64+205+254=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #40CDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CDFE is #BF3201. Grayscale: #A8A8A8. Windows color (decimal): -12530178 or 16698688. OLE color: 16698688.

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

Color convert

RGB64205254-
CMYK0.750.1900.00
HSL195.47º98.96%62.35%-
HSV(B)195.47º74.8%99.61%-
XYZ41.8451.91101.58-
YUV168.43176.2953.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.24%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=12.24%
G=39.20%
B=48.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal642052540.750.1900.00195.4798.9662.35
Hex40CDFE4B1300c3633e
Octal100315376113230030314376
Binary1000000110011011111111010010111001100110000111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,205,254); }

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

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

 a { background-color: rgb(64,205,254); }

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

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

 span { border-color: rgb(64,205,254); }

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