Html Css Color HEX #40B9FA Summer Sky

📋 copy color: '#40B9FA'

red 64 ◦ green 185 ◦ blue 250

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

Shades of Summer Sky #40B9FA

Tints of Summer Sky #40B9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

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

R = 12.83%
G = 37.07%
B = 50.1%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40B9FA (or 0x40B9FA) is known color: Summer Sky. HEX triplet: 40, B9 and FA. RGB value is (64,185,250). Sum of RGB (Red+Green+Blue) = 64+185+250=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #40B9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B9FA is #BF4605. Grayscale: #9B9B9B. Windows color (decimal): -12535302 or 16431424. OLE color: 16431424.

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

Color convert

RGB 64 185 250 -
CMYK 0.74 0.26 0 0.02
HSL 200.97º 0.95% 0.62% -
HSV(B) 200.97º 0.74% 0.98% -
XYZ 36.72 42.69 96.75 -
YUV 156.23 180.91 62.21 -
System Red Green Blue C M Y K H S L
Decimal 64 185 250 0.74 0.26 0 0.02 200.97 0.95 0.62
Hex 40 B9 FA 4A 1A 0 2 C9 5F 3E
Octal 100 271 372 112 32 0 2 311 137 76
Binary 1000000 10111001 11111010 1001010 11010 0 10 11001001 1011111 111110

Color Harmonies of #40B9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B9FA

Black with #40B9FA

Text Example


Text Example

White with #40B9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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