Html Css Color HEX #40CAFE Summer Sky

📋 copy color: '#40CAFE'

red 64 ◦ green 202 ◦ blue 254

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

Shades of Summer Sky #40CAFE

Tints of Summer Sky #40CAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.85%

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 12.31%
G = 38.85%
B = 48.85%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#40CAFE (or 0x40CAFE) is known color: Summer Sky. HEX triplet: 40, CA and FE. RGB value is (64,202,254). Sum of RGB (Red+Green+Blue) = 64+202+254=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #40CAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CAFE is #BF3501. Grayscale: #A6A6A6. Windows color (decimal): -12530946 or 16697920. OLE color: 16697920.

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

Color convert

RGB 64 202 254 -
CMYK 0.75 0.20 0 0.00
HSL 196.42º 0.99% 0.62% -
HSV(B) 196.42º 0.75% 1% -
XYZ 41.12 50.49 101.34 -
YUV 166.67 177.28 54.77 -
System Red Green Blue C M Y K H S L
Decimal 64 202 254 0.75 0.20 0 0.00 196.42 0.99 0.62
Hex 40 CA FE 4B 14 0 0 C4 63 3E
Octal 100 312 376 113 24 0 0 304 143 76
Binary 1000000 11001010 11111110 1001011 10100 0 0 11000100 1100011 111110

Color Harmonies of #40CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CAFE

Black with #40CAFE

Text Example


Text Example

White with #40CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,202,254); }

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

background-color css

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

 a { background-color: rgb(64,202,254); }

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

border-color css

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

 span { border-color: rgb(64,202,254); }

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