Html Css Color HEX #40C4FA Summer Sky

📋 copy color: '#40C4FA'

red 64 ◦ green 196 ◦ blue 250

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

Shades of Summer Sky #40C4FA

Tints of Summer Sky #40C4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.43%

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

R = 12.55%
G = 38.43%
B = 49.02%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40C4FA (or 0x40C4FA) is known color: Summer Sky. HEX triplet: 40, C4 and FA. RGB value is (64,196,250). Sum of RGB (Red+Green+Blue) = 64+196+250=510 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.55% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #40C4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C4FA is #BF3B05. Grayscale: #A2A2A2. Windows color (decimal): -12532486 or 16434240. OLE color: 16434240.

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

Color convert

RGB 64 196 250 -
CMYK 0.74 0.22 0 0.02
HSL 197.42º 0.95% 0.62% -
HSV(B) 197.42º 0.74% 0.98% -
XYZ 39.11 47.47 97.54 -
YUV 162.69 177.27 57.61 -
System Red Green Blue C M Y K H S L
Decimal 64 196 250 0.74 0.22 0 0.02 197.42 0.95 0.62
Hex 40 C4 FA 4A 16 0 2 C5 5F 3E
Octal 100 304 372 112 26 0 2 305 137 76
Binary 1000000 11000100 11111010 1001010 10110 0 10 11000101 1011111 111110

Color Harmonies of #40C4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C4FA

Black with #40C4FA

Text Example


Text Example

White with #40C4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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