Html Css Color HEX #40BBDF Summer Sky

📋 copy color: '#40BBDF'

red 64 ◦ green 187 ◦ blue 223

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

Shades of Summer Sky #40BBDF

Tints of Summer Sky #40BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.45%

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 13.5%
G = 39.45%
B = 47.05%

CMYK

 C value IS 0.71

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40BBDF (or 0x40BBDF) is known color: Summer Sky. HEX triplet: 40, BB and DF. RGB value is (64,187,223). Sum of RGB (Red+Green+Blue) = 64+187+223=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #40BBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BBDF is #BF4420. Grayscale: #9A9A9A. Windows color (decimal): -12534817 or 14662464. OLE color: 14662464.

HSL color Cylindrical-coordinate representation of color #40BBDF: hue angle of 193.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40BBDF is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 187 223 -
CMYK 0.71 0.16 0 0.13
HSL 193.58º 0.71% 0.56% -
HSV(B) 193.58º 0.71% 0.87% -
XYZ 33.2 41.96 76.16 -
YUV 154.33 166.75 63.57 -
System Red Green Blue C M Y K H S L
Decimal 64 187 223 0.71 0.16 0 0.13 193.58 0.71 0.56
Hex 40 BB DF 47 10 0 D C2 47 38
Octal 100 273 337 107 20 0 15 302 107 70
Binary 1000000 10111011 11011111 1000111 10000 0 1101 11000010 1000111 111000

Color Harmonies of #40BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BBDF

Black with #40BBDF

Text Example


Text Example

White with #40BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,187,223); }

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

background-color css

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

 a { background-color: rgb(64,187,223); }

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

border-color css

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

 span { border-color: rgb(64,187,223); }

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