Html Css Color HEX #40BAFD Summer Sky

📋 copy color: '#40BAFD'

red 64 ◦ green 186 ◦ blue 253

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

Shades of Summer Sky #40BAFD

Tints of Summer Sky #40BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 12.72%
G = 36.98%
B = 50.3%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40BAFD (or 0x40BAFD) is known color: Summer Sky. HEX triplet: 40, BA and FD. RGB value is (64,186,253). Sum of RGB (Red+Green+Blue) = 64+186+253=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #40BAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BAFD is #BF4502. Grayscale: #9C9C9C. Windows color (decimal): -12535043 or 16628288. OLE color: 16628288.

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

Color convert

RGB 64 186 253 -
CMYK 0.75 0.26 0 0.01
HSL 201.27º 0.98% 0.62% -
HSV(B) 201.27º 0.75% 0.99% -
XYZ 37.4 43.3 99.31 -
YUV 157.16 182.08 61.55 -
System Red Green Blue C M Y K H S L
Decimal 64 186 253 0.75 0.26 0 0.01 201.27 0.98 0.62
Hex 40 BA FD 4B 1A 0 1 C9 62 3E
Octal 100 272 375 113 32 0 1 311 142 76
Binary 1000000 10111010 11111101 1001011 11010 0 1 11001001 1100010 111110

Color Harmonies of #40BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BAFD

Black with #40BAFD

Text Example


Text Example

White with #40BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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