Html Css Color HEX #40C1EE Summer Sky

📋 copy color: '#40C1EE'

red 64 ◦ green 193 ◦ blue 238

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

Shades of Summer Sky #40C1EE

Tints of Summer Sky #40C1EE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.99%

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 12.93%
G = 38.99%
B = 48.08%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40C1EE (or 0x40C1EE) is known color: Summer Sky. HEX triplet: 40, C1 and EE. RGB value is (64,193,238). Sum of RGB (Red+Green+Blue) = 64+193+238=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #40C1EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C1EE is #BF3E11. Grayscale: #9F9F9F. Windows color (decimal): -12533266 or 15647040. OLE color: 15647040.

HSL color Cylindrical-coordinate representation of color #40C1EE: hue angle of 195.52º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40C1EE is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 193 238 -
CMYK 0.73 0.19 0 0.07
HSL 195.52º 0.84% 0.59% -
HSV(B) 195.52º 0.73% 0.93% -
XYZ 36.62 45.4 87.72 -
YUV 159.56 172.26 59.84 -
System Red Green Blue C M Y K H S L
Decimal 64 193 238 0.73 0.19 0 0.07 195.52 0.84 0.59
Hex 40 C1 EE 49 13 0 7 C4 54 3B
Octal 100 301 356 111 23 0 7 304 124 73
Binary 1000000 11000001 11101110 1001001 10011 0 111 11000100 1010100 111011

Color Harmonies of #40C1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C1EE

Black with #40C1EE

Text Example


Text Example

White with #40C1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,193,238); }

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

background-color css

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

 a { background-color: rgb(64,193,238); }

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

border-color css

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

 span { border-color: rgb(64,193,238); }

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