Html Css Color HEX #40B5FB Summer Sky

📋 copy color: '#40B5FB'

red 64 ◦ green 181 ◦ blue 251

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

Shades of Summer Sky #40B5FB

Tints of Summer Sky #40B5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.49%

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

R = 12.9%
G = 36.49%
B = 50.6%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40B5FB (or 0x40B5FB) is known color: Summer Sky. HEX triplet: 40, B5 and FB. RGB value is (64,181,251). Sum of RGB (Red+Green+Blue) = 64+181+251=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #40B5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B5FB is #BF4A04. Grayscale: #999999. Windows color (decimal): -12536325 or 16495936. OLE color: 16495936.

HSL color Cylindrical-coordinate representation of color #40B5FB: hue angle of 202.46º 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 #40B5FB is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 181 251 -
CMYK 0.75 0.28 0 0.02
HSL 202.46º 0.96% 0.62% -
HSV(B) 202.46º 0.75% 0.98% -
XYZ 36.05 41.1 97.3 -
YUV 154 182.74 63.81 -
System Red Green Blue C M Y K H S L
Decimal 64 181 251 0.75 0.28 0 0.02 202.46 0.96 0.62
Hex 40 B5 FB 4B 1C 0 2 CA 60 3E
Octal 100 265 373 113 34 0 2 312 140 76
Binary 1000000 10110101 11111011 1001011 11100 0 10 11001010 1100000 111110

Color Harmonies of #40B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B5FB

Black with #40B5FB

Text Example


Text Example

White with #40B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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