Html Css Color HEX #40BDFB Summer Sky

📋 copy color: '#40BDFB'

red 64 ◦ green 189 ◦ blue 251

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

Shades of Summer Sky #40BDFB

Tints of Summer Sky #40BDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 12.7%
G = 37.5%
B = 49.8%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40BDFB (or 0x40BDFB) is known color: Summer Sky. HEX triplet: 40, BD and FB. RGB value is (64,189,251). Sum of RGB (Red+Green+Blue) = 64+189+251=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #40BDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BDFB is #BF4204. Grayscale: #9E9E9E. Windows color (decimal): -12534277 or 16497984. OLE color: 16497984.

HSL color Cylindrical-coordinate representation of color #40BDFB: hue angle of 199.89º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40BDFB is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 189 251 -
CMYK 0.75 0.25 0 0.02
HSL 199.89º 0.96% 0.62% -
HSV(B) 199.89º 0.75% 0.98% -
XYZ 37.72 44.45 97.86 -
YUV 158.69 180.09 60.46 -
System Red Green Blue C M Y K H S L
Decimal 64 189 251 0.75 0.25 0 0.02 199.89 0.96 0.62
Hex 40 BD FB 4B 19 0 2 C8 60 3E
Octal 100 275 373 113 31 0 2 310 140 76
Binary 1000000 10111101 11111011 1001011 11001 0 10 11001000 1100000 111110

Color Harmonies of #40BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BDFB

Black with #40BDFB

Text Example


Text Example

White with #40BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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