Html Css Color HEX #40BFFD Summer Sky

📋 copy color: '#40BFFD'

red 64 ◦ green 191 ◦ blue 253

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

Shades of Summer Sky #40BFFD

Tints of Summer Sky #40BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

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

R = 12.6%
G = 37.6%
B = 49.8%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40BFFD (or 0x40BFFD) is known color: Summer Sky. HEX triplet: 40, BF and FD. RGB value is (64,191,253). Sum of RGB (Red+Green+Blue) = 64+191+253=508 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.60% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #40BFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40BFFD is #BF4002. Grayscale: #9F9F9F. Windows color (decimal): -12533763 or 16629568. OLE color: 16629568.

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

Color convert

RGB 64 191 253 -
CMYK 0.75 0.25 0 0.01
HSL 199.68º 0.98% 0.62% -
HSV(B) 199.68º 0.75% 0.99% -
XYZ 38.47 45.44 99.67 -
YUV 160.1 180.42 59.46 -
System Red Green Blue C M Y K H S L
Decimal 64 191 253 0.75 0.25 0 0.01 199.68 0.98 0.62
Hex 40 BF FD 4B 19 0 1 C8 62 3E
Octal 100 277 375 113 31 0 1 310 142 76
Binary 1000000 10111111 11111101 1001011 11001 0 1 11001000 1100010 111110

Color Harmonies of #40BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BFFD

Black with #40BFFD

Text Example


Text Example

White with #40BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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