Html Css Color HEX #40BFEF Summer Sky

📋 copy color: '#40BFEF'

red 64 ◦ green 191 ◦ blue 239

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

Shades of Summer Sky #40BFEF

Tints of Summer Sky #40BFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.38%

R = 12.96%
G = 38.66%
B = 48.38%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40BFEF (or 0x40BFEF) is known color: Summer Sky. HEX triplet: 40, BF and EF. RGB value is (64,191,239). Sum of RGB (Red+Green+Blue) = 64+191+239=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #40BFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BFEF is #BF4010. Grayscale: #9E9E9E. Windows color (decimal): -12533777 or 15712064. OLE color: 15712064.

HSL color Cylindrical-coordinate representation of color #40BFEF: hue angle of 196.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40BFEF is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 191 239 -
CMYK 0.73 0.20 0 0.06
HSL 196.46º 0.85% 0.59% -
HSV(B) 196.46º 0.73% 0.94% -
XYZ 36.33 44.58 88.35 -
YUV 158.5 173.42 60.6 -
System Red Green Blue C M Y K H S L
Decimal 64 191 239 0.73 0.20 0 0.06 196.46 0.85 0.59
Hex 40 BF EF 49 14 0 6 C4 55 3B
Octal 100 277 357 111 24 0 6 304 125 73
Binary 1000000 10111111 11101111 1001001 10100 0 110 11000100 1010101 111011

Color Harmonies of #40BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BFEF

Black with #40BFEF

Text Example


Text Example

White with #40BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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