Html Css Color HEX #40BBFA Summer Sky

📋 copy color: '#40BBFA'

red 64 ◦ green 187 ◦ blue 250

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

Shades of Summer Sky #40BBFA

Tints of Summer Sky #40BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.33%

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

R = 12.77%
G = 37.33%
B = 49.9%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40BBFA (or 0x40BBFA) is known color: Summer Sky. HEX triplet: 40, BB and FA. RGB value is (64,187,250). Sum of RGB (Red+Green+Blue) = 64+187+250=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #40BBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BBFA is #BF4405. Grayscale: #9D9D9D. Windows color (decimal): -12534790 or 16431936. OLE color: 16431936.

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

Color convert

RGB 64 187 250 -
CMYK 0.74 0.25 0 0.02
HSL 200.32º 0.95% 0.62% -
HSV(B) 200.32º 0.74% 0.98% -
XYZ 37.14 43.53 96.89 -
YUV 157.41 180.25 61.38 -
System Red Green Blue C M Y K H S L
Decimal 64 187 250 0.74 0.25 0 0.02 200.32 0.95 0.62
Hex 40 BB FA 4A 19 0 2 C8 5F 3E
Octal 100 273 372 112 31 0 2 310 137 76
Binary 1000000 10111011 11111010 1001010 11001 0 10 11001000 1011111 111110

Color Harmonies of #40BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBFA

Black with #40BBFA

Text Example


Text Example

White with #40BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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