Html Css Color HEX #40B7FC Summer Sky

📋 copy color: '#40B7FC'

red 64 ◦ green 183 ◦ blue 252

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

Shades of Summer Sky #40B7FC

Tints of Summer Sky #40B7FC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

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

R = 12.83%
G = 36.67%
B = 50.5%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40B7FC (or 0x40B7FC) is known color: Summer Sky. HEX triplet: 40, B7 and FC. RGB value is (64,183,252). Sum of RGB (Red+Green+Blue) = 64+183+252=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #40B7FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B7FC is #BF4803. Grayscale: #9A9A9A. Windows color (decimal): -12535812 or 16561984. OLE color: 16561984.

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

Color convert

RGB 64 183 252 -
CMYK 0.75 0.27 0 0.01
HSL 202.02º 0.97% 0.62% -
HSV(B) 202.02º 0.75% 0.99% -
XYZ 36.62 41.99 98.27 -
YUV 155.29 182.58 62.89 -
System Red Green Blue C M Y K H S L
Decimal 64 183 252 0.75 0.27 0 0.01 202.02 0.97 0.62
Hex 40 B7 FC 4B 1B 0 1 CA 61 3E
Octal 100 267 374 113 33 0 1 312 141 76
Binary 1000000 10110111 11111100 1001011 11011 0 1 11001010 1100001 111110

Color Harmonies of #40B7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B7FC

Black with #40B7FC

Text Example


Text Example

White with #40B7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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