Html Css Color HEX #40B5FC Summer Sky

📋 copy color: '#40B5FC'

red 64 ◦ green 181 ◦ blue 252

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

Shades of Summer Sky #40B5FC

Tints of Summer Sky #40B5FC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 12.88%
G = 36.42%
B = 50.7%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40B5FC (or 0x40B5FC) is known color: Summer Sky. HEX triplet: 40, B5 and FC. RGB value is (64,181,252). Sum of RGB (Red+Green+Blue) = 64+181+252=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #40B5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B5FC is #BF4A03. Grayscale: #999999. Windows color (decimal): -12536324 or 16561472. OLE color: 16561472.

HSL color Cylindrical-coordinate representation of color #40B5FC: hue angle of 202.66º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40B5FC is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 181 252 -
CMYK 0.75 0.28 0 0.01
HSL 202.66º 0.97% 0.62% -
HSV(B) 202.66º 0.75% 0.99% -
XYZ 36.21 41.17 98.13 -
YUV 154.11 183.24 63.73 -
System Red Green Blue C M Y K H S L
Decimal 64 181 252 0.75 0.28 0 0.01 202.66 0.97 0.62
Hex 40 B5 FC 4B 1C 0 1 CB 61 3E
Octal 100 265 374 113 34 0 1 313 141 76
Binary 1000000 10110101 11111100 1001011 11100 0 1 11001011 1100001 111110

Color Harmonies of #40B5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B5FC

Black with #40B5FC

Text Example


Text Example

White with #40B5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,181,252); }

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

background-color css

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

 a { background-color: rgb(64,181,252); }

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

border-color css

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

 span { border-color: rgb(64,181,252); }

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