Html Css Color HEX #40BFFE Summer Sky

📋 copy color: '#40BFFE'

red 64 ◦ green 191 ◦ blue 254

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

Shades of Summer Sky #40BFFE

Tints of Summer Sky #40BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 37.52%

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

R = 12.57%
G = 37.52%
B = 49.9%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#40BFFE (or 0x40BFFE) is known color: Summer Sky. HEX triplet: 40, BF and FE. RGB value is (64,191,254). Sum of RGB (Red+Green+Blue) = 64+191+254=509 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.57% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #40BFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BFFE is #BF4001. Grayscale: #9F9F9F. Windows color (decimal): -12533762 or 16695104. OLE color: 16695104.

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

Color convert

RGB 64 191 254 -
CMYK 0.75 0.25 0 0.00
HSL 199.89º 0.99% 0.62% -
HSV(B) 199.89º 0.75% 1% -
XYZ 38.63 45.51 100.51 -
YUV 160.21 180.92 59.38 -
System Red Green Blue C M Y K H S L
Decimal 64 191 254 0.75 0.25 0 0.00 199.89 0.99 0.62
Hex 40 BF FE 4B 19 0 0 C8 63 3E
Octal 100 277 376 113 31 0 0 310 143 76
Binary 1000000 10111111 11111110 1001011 11001 0 0 11001000 1100011 111110

Color Harmonies of #40BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BFFE

Black with #40BFFE

Text Example


Text Example

White with #40BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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