Html Css Color HEX #40BDE1 Summer Sky

📋 copy color: '#40BDE1'

red 64 ◦ green 189 ◦ blue 225

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

Shades of Summer Sky #40BDE1

Tints of Summer Sky #40BDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 13.39%
G = 39.54%
B = 47.07%

CMYK

 C value IS 0.72

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#40BDE1 (or 0x40BDE1) is known color: Summer Sky. HEX triplet: 40, BD and E1. RGB value is (64,189,225). Sum of RGB (Red+Green+Blue) = 64+189+225=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #40BDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDE1 is #BF421E. Grayscale: #9B9B9B. Windows color (decimal): -12534303 or 14794048. OLE color: 14794048.

HSL color Cylindrical-coordinate representation of color #40BDE1: hue angle of 193.42º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40BDE1 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 189 225 -
CMYK 0.72 0.16 0 0.12
HSL 193.42º 0.73% 0.57% -
HSV(B) 193.42º 0.72% 0.88% -
XYZ 33.9 42.92 77.73 -
YUV 155.73 167.09 62.57 -
System Red Green Blue C M Y K H S L
Decimal 64 189 225 0.72 0.16 0 0.12 193.42 0.73 0.57
Hex 40 BD E1 48 10 0 C C1 49 39
Octal 100 275 341 110 20 0 14 301 111 71
Binary 1000000 10111101 11100001 1001000 10000 0 1100 11000001 1001001 111001

Color Harmonies of #40BDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BDE1

Black with #40BDE1

Text Example


Text Example

White with #40BDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,189,225); }

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

background-color css

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

 a { background-color: rgb(64,189,225); }

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

border-color css

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

 span { border-color: rgb(64,189,225); }

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