Html Css Color HEX #40BFDE Summer Sky

📋 copy color: '#40BFDE'

red 64 ◦ green 191 ◦ blue 222

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

Shades of Summer Sky #40BFDE

Tints of Summer Sky #40BFDE

RGB

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

 GREEN value IS 191 (75% from 255) = 40.04%

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 13.42%
G = 40.04%
B = 46.54%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40BFDE (or 0x40BFDE) is known color: Summer Sky. HEX triplet: 40, BF and DE. RGB value is (64,191,222). Sum of RGB (Red+Green+Blue) = 64+191+222=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #40BFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFDE is #BF4021. Grayscale: #9C9C9C. Windows color (decimal): -12533794 or 14597952. OLE color: 14597952.

HSL color Cylindrical-coordinate representation of color #40BFDE: hue angle of 191.77º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BFDE is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 191 222 -
CMYK 0.71 0.14 0 0.13
HSL 191.77º 0.71% 0.56% -
HSV(B) 191.77º 0.71% 0.87% -
XYZ 33.93 43.63 75.74 -
YUV 156.56 164.92 61.98 -
System Red Green Blue C M Y K H S L
Decimal 64 191 222 0.71 0.14 0 0.13 191.77 0.71 0.56
Hex 40 BF DE 47 E 0 D C0 47 38
Octal 100 277 336 107 16 0 15 300 107 70
Binary 1000000 10111111 11011110 1000111 1110 0 1101 11000000 1000111 111000

Color Harmonies of #40BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BFDE

Black with #40BFDE

Text Example


Text Example

White with #40BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,191,222); }

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

background-color css

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

 a { background-color: rgb(64,191,222); }

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

border-color css

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

 span { border-color: rgb(64,191,222); }

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