Html Css Color HEX #40BFDA Summer Sky

📋 copy color: '#40BFDA'

red 64 ◦ green 191 ◦ blue 218

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

Shades of Summer Sky #40BFDA

Tints of Summer Sky #40BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 13.53%
G = 40.38%
B = 46.09%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40BFDA (or 0x40BFDA) is known color: Summer Sky. HEX triplet: 40, BF and DA. RGB value is (64,191,218). Sum of RGB (Red+Green+Blue) = 64+191+218=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #40BFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BFDA is #BF4025. Grayscale: #9B9B9B. Windows color (decimal): -12533798 or 14335808. OLE color: 14335808.

HSL color Cylindrical-coordinate representation of color #40BFDA: hue angle of 190.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BFDA is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 191 218 -
CMYK 0.71 0.12 0 0.15
HSL 190.52º 0.68% 0.55% -
HSV(B) 190.52º 0.71% 0.85% -
XYZ 33.4 43.41 72.95 -
YUV 156.11 162.92 62.3 -
System Red Green Blue C M Y K H S L
Decimal 64 191 218 0.71 0.12 0 0.15 190.52 0.68 0.55
Hex 40 BF DA 47 C 0 F BF 44 37
Octal 100 277 332 107 14 0 17 277 104 67
Binary 1000000 10111111 11011010 1000111 1100 0 1111 10111111 1000100 110111

Color Harmonies of #40BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BFDA

Black with #40BFDA

Text Example


Text Example

White with #40BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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