Html Css Color HEX #40BAFB Summer Sky

📋 copy color: '#40BAFB'

red 64 ◦ green 186 ◦ blue 251

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

Shades of Summer Sky #40BAFB

Tints of Summer Sky #40BAFB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.13%

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

R = 12.77%
G = 37.13%
B = 50.1%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40BAFB (or 0x40BAFB) is known color: Summer Sky. HEX triplet: 40, BA and FB. RGB value is (64,186,251). Sum of RGB (Red+Green+Blue) = 64+186+251=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #40BAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAFB is #BF4504. Grayscale: #9C9C9C. Windows color (decimal): -12535045 or 16497216. OLE color: 16497216.

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

Color convert

RGB 64 186 251 -
CMYK 0.75 0.26 0 0.02
HSL 200.86º 0.96% 0.62% -
HSV(B) 200.86º 0.75% 0.98% -
XYZ 37.09 43.17 97.65 -
YUV 156.93 181.08 61.71 -
System Red Green Blue C M Y K H S L
Decimal 64 186 251 0.75 0.26 0 0.02 200.86 0.96 0.62
Hex 40 BA FB 4B 1A 0 2 C9 60 3E
Octal 100 272 373 113 32 0 2 311 140 76
Binary 1000000 10111010 11111011 1001011 11010 0 10 11001001 1100000 111110

Color Harmonies of #40BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BAFB

Black with #40BAFB

Text Example


Text Example

White with #40BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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