Html Css Color HEX #40C0F1 Summer Sky

📋 copy color: '#40C0F1'

red 64 ◦ green 192 ◦ blue 241

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

Shades of Summer Sky #40C0F1

Tints of Summer Sky #40C0F1

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 12.88%
G = 38.63%
B = 48.49%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#40C0F1 (or 0x40C0F1) is known color: Summer Sky. HEX triplet: 40, C0 and F1. RGB value is (64,192,241). Sum of RGB (Red+Green+Blue) = 64+192+241=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #40C0F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C0F1 is #BF3F0E. Grayscale: #9E9E9E. Windows color (decimal): -12533519 or 15843392. OLE color: 15843392.

HSL color Cylindrical-coordinate representation of color #40C0F1: hue angle of 196.61º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C0F1 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 192 241 -
CMYK 0.73 0.20 0 0.05
HSL 196.61º 0.86% 0.6% -
HSV(B) 196.61º 0.73% 0.95% -
XYZ 36.84 45.14 89.99 -
YUV 159.31 174.09 60.02 -
System Red Green Blue C M Y K H S L
Decimal 64 192 241 0.73 0.20 0 0.05 196.61 0.86 0.6
Hex 40 C0 F1 49 14 0 5 C5 56 3C
Octal 100 300 361 111 24 0 5 305 126 74
Binary 1000000 11000000 11110001 1001001 10100 0 101 11000101 1010110 111100

Color Harmonies of #40C0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C0F1

Black with #40C0F1

Text Example


Text Example

White with #40C0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,192,241); }

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

background-color css

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

 a { background-color: rgb(64,192,241); }

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

border-color css

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

 span { border-color: rgb(64,192,241); }

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