Html Css Color HEX #40CCFC Summer Sky

📋 copy color: '#40CCFC'

red 64 ◦ green 204 ◦ blue 252

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

Shades of Summer Sky #40CCFC

Tints of Summer Sky #40CCFC

RGB

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

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

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

R = 12.31%
G = 39.23%
B = 48.46%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#40CCFC (or 0x40CCFC) is known color: Summer Sky. HEX triplet: 40, CC and FC. RGB value is (64,204,252). Sum of RGB (Red+Green+Blue) = 64+204+252=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #40CCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCFC is #BF3303. Grayscale: #A7A7A7. Windows color (decimal): -12530436 or 16567360. OLE color: 16567360.

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

Color convert

RGB 64 204 252 -
CMYK 0.75 0.19 0 0.01
HSL 195.32º 0.97% 0.62% -
HSV(B) 195.32º 0.75% 0.99% -
XYZ 41.28 51.3 99.82 -
YUV 167.61 175.62 54.1 -
System Red Green Blue C M Y K H S L
Decimal 64 204 252 0.75 0.19 0 0.01 195.32 0.97 0.62
Hex 40 CC FC 4B 13 0 1 C3 61 3E
Octal 100 314 374 113 23 0 1 303 141 76
Binary 1000000 11001100 11111100 1001011 10011 0 1 11000011 1100001 111110

Color Harmonies of #40CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCFC

Black with #40CCFC

Text Example


Text Example

White with #40CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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