Html Css Color HEX #40B2FC Summer Sky

📋 copy color: '#40B2FC'

red 64 ◦ green 178 ◦ blue 252

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

Shades of Summer Sky #40B2FC

Tints of Summer Sky #40B2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

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

R = 12.96%
G = 36.03%
B = 51.01%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40B2FC (or 0x40B2FC) is known color: Summer Sky. HEX triplet: 40, B2 and FC. RGB value is (64,178,252). Sum of RGB (Red+Green+Blue) = 64+178+252=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #40B2FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40B2FC is #BF4D03. Grayscale: #979797. Windows color (decimal): -12537092 or 16560704. OLE color: 16560704.

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

Color convert

RGB 64 178 252 -
CMYK 0.75 0.29 0 0.01
HSL 203.62º 0.97% 0.62% -
HSV(B) 203.62º 0.75% 0.99% -
XYZ 35.61 39.96 97.93 -
YUV 152.35 184.23 64.98 -
System Red Green Blue C M Y K H S L
Decimal 64 178 252 0.75 0.29 0 0.01 203.62 0.97 0.62
Hex 40 B2 FC 4B 1D 0 1 CC 61 3E
Octal 100 262 374 113 35 0 1 314 141 76
Binary 1000000 10110010 11111100 1001011 11101 0 1 11001100 1100001 111110

Color Harmonies of #40B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B2FC

Black with #40B2FC

Text Example


Text Example

White with #40B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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