Html Css Color HEX #40C5FD Summer Sky

📋 copy color: '#40C5FD'

red 64 ◦ green 197 ◦ blue 253

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

Shades of Summer Sky #40C5FD

Tints of Summer Sky #40C5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.33%

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 12.45%
G = 38.33%
B = 49.22%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40C5FD (or 0x40C5FD) is known color: Summer Sky. HEX triplet: 40, C5 and FD. RGB value is (64,197,253). Sum of RGB (Red+Green+Blue) = 64+197+253=514 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.45% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #40C5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C5FD is #BF3A02. Grayscale: #A3A3A3. Windows color (decimal): -12532227 or 16631104. OLE color: 16631104.

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

Color convert

RGB 64 197 253 -
CMYK 0.75 0.22 0 0.01
HSL 197.78º 0.98% 0.62% -
HSV(B) 197.78º 0.75% 0.99% -
XYZ 39.81 48.11 100.12 -
YUV 163.62 178.44 56.95 -
System Red Green Blue C M Y K H S L
Decimal 64 197 253 0.75 0.22 0 0.01 197.78 0.98 0.62
Hex 40 C5 FD 4B 16 0 1 C6 62 3E
Octal 100 305 375 113 26 0 1 306 142 76
Binary 1000000 11000101 11111101 1001011 10110 0 1 11000110 1100010 111110

Color Harmonies of #40C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C5FD

Black with #40C5FD

Text Example


Text Example

White with #40C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,197,253); }

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

background-color css

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

 a { background-color: rgb(64,197,253); }

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

border-color css

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

 span { border-color: rgb(64,197,253); }

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