Html Css Color HEX #40BFEE Summer Sky

📋 copy color: '#40BFEE'

red 64 ◦ green 191 ◦ blue 238

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

Shades of Summer Sky #40BFEE

Tints of Summer Sky #40BFEE

RGB

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

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

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

R = 12.98%
G = 38.74%
B = 48.28%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40BFEE (or 0x40BFEE) is known color: Summer Sky. HEX triplet: 40, BF and EE. RGB value is (64,191,238). Sum of RGB (Red+Green+Blue) = 64+191+238=493 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.98% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #40BFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BFEE is #BF4011. Grayscale: #9E9E9E. Windows color (decimal): -12533778 or 15646528. OLE color: 15646528.

HSL color Cylindrical-coordinate representation of color #40BFEE: hue angle of 196.21º 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 #40BFEE is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 191 238 -
CMYK 0.73 0.20 0 0.07
HSL 196.21º 0.84% 0.59% -
HSV(B) 196.21º 0.73% 0.93% -
XYZ 36.18 44.52 87.58 -
YUV 158.39 172.92 60.68 -
System Red Green Blue C M Y K H S L
Decimal 64 191 238 0.73 0.20 0 0.07 196.21 0.84 0.59
Hex 40 BF EE 49 14 0 7 C4 54 3B
Octal 100 277 356 111 24 0 7 304 124 73
Binary 1000000 10111111 11101110 1001001 10100 0 111 11000100 1010100 111011

Color Harmonies of #40BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BFEE

Black with #40BFEE

Text Example


Text Example

White with #40BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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