Html Css Color HEX #40BDFE Summer Sky

📋 copy color: '#40BDFE'

red 64 ◦ green 189 ◦ blue 254

#40BDFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #40BDFE

Tints of Summer Sky #40BDFE

RGB

 RED value IS 64 (25.39% from 255) = 12.62%

 GREEN value IS 189 (74.22% from 255) = 37.28%

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 12.62%
G = 37.28%
B = 50.1%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#40BDFE (or 0x40BDFE) is known color: Summer Sky. HEX triplet: 40, BD and FE. RGB value is (64,189,254). Sum of RGB (Red+Green+Blue) = 64+189+254=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #40BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BDFE is #BF4201. Grayscale: #9E9E9E. Windows color (decimal): -12534274 or 16694592. OLE color: 16694592.

HSL color Cylindrical-coordinate representation of color #40BDFE: hue angle of 200.53º 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 #40BDFE is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 189 254 -
CMYK 0.75 0.26 0 0.00
HSL 200.53º 0.99% 0.62% -
HSV(B) 200.53º 0.75% 1% -
XYZ 38.2 44.64 100.37 -
YUV 159.04 181.59 60.21 -
System Red Green Blue C M Y K H S L
Decimal 64 189 254 0.75 0.26 0 0.00 200.53 0.99 0.62
Hex 40 BD FE 4B 1A 0 0 C9 63 3E
Octal 100 275 376 113 32 0 0 311 143 76
Binary 1000000 10111101 11111110 1001011 11010 0 0 11001001 1100011 111110

Color Harmonies of #40BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BDFE

Black with #40BDFE

Text Example


Text Example

White with #40BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40BDFE;
 }
 .AnyTagClassName
 {
   color: #40BDFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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