Html Css Color HEX #40BFEA Summer Sky

📋 copy color: '#40BFEA'

red 64 ◦ green 191 ◦ blue 234

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

Shades of Summer Sky #40BFEA

Tints of Summer Sky #40BFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 13.09%
G = 39.06%
B = 47.85%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40BFEA (or 0x40BFEA) is known color: Summer Sky. HEX triplet: 40, BF and EA. RGB value is (64,191,234). Sum of RGB (Red+Green+Blue) = 64+191+234=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #40BFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BFEA is #BF4015. Grayscale: #9D9D9D. Windows color (decimal): -12533782 or 15384384. OLE color: 15384384.

HSL color Cylindrical-coordinate representation of color #40BFEA: hue angle of 195.18º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BFEA is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 191 234 -
CMYK 0.73 0.18 0 0.08
HSL 195.18º 0.8% 0.58% -
HSV(B) 195.18º 0.73% 0.92% -
XYZ 35.6 44.29 84.52 -
YUV 157.93 170.92 61 -
System Red Green Blue C M Y K H S L
Decimal 64 191 234 0.73 0.18 0 0.08 195.18 0.8 0.58
Hex 40 BF EA 49 12 0 8 C3 50 3A
Octal 100 277 352 111 22 0 10 303 120 72
Binary 1000000 10111111 11101010 1001001 10010 0 1000 11000011 1010000 111010

Color Harmonies of #40BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BFEA

Black with #40BFEA

Text Example


Text Example

White with #40BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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