Html Css Color HEX #40ABFC Summer Sky

📋 copy color: '#40ABFC'

red 64 ◦ green 171 ◦ blue 252

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

Shades of Summer Sky #40ABFC

Tints of Summer Sky #40ABFC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.11%

 BLUE value IS 252 (98.83% from 255) = 51.75%

R = 13.14%
G = 35.11%
B = 51.75%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40ABFC (or 0x40ABFC) is known color: Summer Sky. HEX triplet: 40, AB and FC. RGB value is (64,171,252). Sum of RGB (Red+Green+Blue) = 64+171+252=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #40ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40ABFC is #BF5403. Grayscale: #939393. Windows color (decimal): -12538884 or 16558912. OLE color: 16558912.

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

Color convert

RGB 64 171 252 -
CMYK 0.75 0.32 0 0.01
HSL 205.85º 0.97% 0.62% -
HSV(B) 205.85º 0.75% 0.99% -
XYZ 34.25 37.24 97.48 -
YUV 148.24 186.55 67.91 -
System Red Green Blue C M Y K H S L
Decimal 64 171 252 0.75 0.32 0 0.01 205.85 0.97 0.62
Hex 40 AB FC 4B 20 0 1 CE 61 3E
Octal 100 253 374 113 40 0 1 316 141 76
Binary 1000000 10101011 11111100 1001011 100000 0 1 11001110 1100001 111110

Color Harmonies of #40ABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ABFC

Black with #40ABFC

Text Example


Text Example

White with #40ABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,171,252); }

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

background-color css

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

 a { background-color: rgb(64,171,252); }

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

border-color css

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

 span { border-color: rgb(64,171,252); }

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