#40BEFF

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

Shades of Summer Sky #40BEFF

Tints of Summer Sky #40BEFF

Color information

#40BEFF (or 0x40BEFF) is unknown color: approx Summer Sky. HEX triplet: 40, BE and FF. RGB value is (64,190,255). Sum of RGB (Red+Green+Blue) = 64+190+255=509 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.57% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #40BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BEFF is #BF4100. Grayscale: #9F9F9F. Windows color (decimal): -12534017 or 16760384. OLE color: 16760384.

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

Color convert

RGB64190255-
CMYK0.750.2500
HSL200.42º100%62.55%-
HSV(B)200.42º74.9%100%-
XYZ38.5845.14101.29-
YUV159.74181.7659.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.57%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 255 (100% from 255) = 50.10%
R=12.57%
G=37.33%
B=50.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641902550.750.2500200.4210062.55
Hex40BEFF4B1900c8643f
Octal100276377113310031014477
Binary1000000101111101111111110010111100100110010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,255); }

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

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

 a { background-color: rgb(64,190,255); }

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

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

 span { border-color: rgb(64,190,255); }

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