Html Css Color HEX #40BCF6 Summer Sky

📋 copy color: '#40BCF6'

red 64 ◦ green 188 ◦ blue 246

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

Shades of Summer Sky #40BCF6

Tints of Summer Sky #40BCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.75%

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 12.85%
G = 37.75%
B = 49.4%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#40BCF6 (or 0x40BCF6) is known color: Summer Sky. HEX triplet: 40, BC and F6. RGB value is (64,188,246). Sum of RGB (Red+Green+Blue) = 64+188+246=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #40BCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BCF6 is #BF4309. Grayscale: #9D9D9D. Windows color (decimal): -12534538 or 16170048. OLE color: 16170048.

HSL color Cylindrical-coordinate representation of color #40BCF6: hue angle of 199.12º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40BCF6 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 188 246 -
CMYK 0.74 0.24 0 0.04
HSL 199.12º 0.91% 0.61% -
HSV(B) 199.12º 0.74% 0.96% -
XYZ 36.73 43.71 93.69 -
YUV 157.54 177.92 61.28 -
System Red Green Blue C M Y K H S L
Decimal 64 188 246 0.74 0.24 0 0.04 199.12 0.91 0.61
Hex 40 BC F6 4A 18 0 4 C7 5B 3D
Octal 100 274 366 112 30 0 4 307 133 75
Binary 1000000 10111100 11110110 1001010 11000 0 100 11000111 1011011 111101

Color Harmonies of #40BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BCF6

Black with #40BCF6

Text Example


Text Example

White with #40BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,188,246); }

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

background-color css

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

 a { background-color: rgb(64,188,246); }

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

border-color css

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

 span { border-color: rgb(64,188,246); }

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