Html Css Color HEX #40BEFA Summer Sky

📋 copy color: '#40BEFA'

red 64 ◦ green 190 ◦ blue 250

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

Shades of Summer Sky #40BEFA

Tints of Summer Sky #40BEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 12.7%
G = 37.7%
B = 49.6%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40BEFA (or 0x40BEFA) is known color: Summer Sky. HEX triplet: 40, BE and FA. RGB value is (64,190,250). Sum of RGB (Red+Green+Blue) = 64+190+250=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #40BEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BEFA is #BF4105. Grayscale: #9E9E9E. Windows color (decimal): -12534022 or 16432704. OLE color: 16432704.

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

Color convert

RGB 64 190 250 -
CMYK 0.74 0.24 0 0.02
HSL 199.35º 0.95% 0.62% -
HSV(B) 199.35º 0.74% 0.98% -
XYZ 37.78 44.82 97.1 -
YUV 159.17 179.26 60.12 -
System Red Green Blue C M Y K H S L
Decimal 64 190 250 0.74 0.24 0 0.02 199.35 0.95 0.62
Hex 40 BE FA 4A 18 0 2 C7 5F 3E
Octal 100 276 372 112 30 0 2 307 137 76
Binary 1000000 10111110 11111010 1001010 11000 0 10 11000111 1011111 111110

Color Harmonies of #40BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BEFA

Black with #40BEFA

Text Example


Text Example

White with #40BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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