Html Css Color HEX #40CCFE Summer Sky

📋 copy color: '#40CCFE'

red 64 ◦ green 204 ◦ blue 254

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

Shades of Summer Sky #40CCFE

Tints of Summer Sky #40CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.08%

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

R = 12.26%
G = 39.08%
B = 48.66%

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

#40CCFE (or 0x40CCFE) is known color: Summer Sky. HEX triplet: 40, CC and FE. RGB value is (64,204,254). Sum of RGB (Red+Green+Blue) = 64+204+254=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #40CCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCFE is #BF3301. Grayscale: #A7A7A7. Windows color (decimal): -12530434 or 16698432. OLE color: 16698432.

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

Color convert

RGB 64 204 254 -
CMYK 0.75 0.20 0 0.00
HSL 195.79º 0.99% 0.62% -
HSV(B) 195.79º 0.75% 1% -
XYZ 41.6 51.43 101.5 -
YUV 167.84 176.62 53.93 -
System Red Green Blue C M Y K H S L
Decimal 64 204 254 0.75 0.20 0 0.00 195.79 0.99 0.62
Hex 40 CC FE 4B 14 0 0 C4 63 3E
Octal 100 314 376 113 24 0 0 304 143 76
Binary 1000000 11001100 11111110 1001011 10100 0 0 11000100 1100011 111110

Color Harmonies of #40CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCFE

Black with #40CCFE

Text Example


Text Example

White with #40CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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