Html Css Color HEX #40CEFA Summer Sky

📋 copy color: '#40CEFA'

red 64 ◦ green 206 ◦ blue 250

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

Shades of Summer Sky #40CEFA

Tints of Summer Sky #40CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 12.31%
G = 39.62%
B = 48.08%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40CEFA (or 0x40CEFA) is known color: Summer Sky. HEX triplet: 40, CE and FA. RGB value is (64,206,250). Sum of RGB (Red+Green+Blue) = 64+206+250=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #40CEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CEFA is #BF3105. Grayscale: #A8A8A8. Windows color (decimal): -12529926 or 16436800. OLE color: 16436800.

HSL color Cylindrical-coordinate representation of color #40CEFA: hue angle of 194.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40CEFA is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 206 250 -
CMYK 0.74 0.18 0 0.02
HSL 194.19º 0.95% 0.62% -
HSV(B) 194.19º 0.74% 0.98% -
XYZ 41.44 52.13 98.32 -
YUV 168.56 173.96 53.42 -
System Red Green Blue C M Y K H S L
Decimal 64 206 250 0.74 0.18 0 0.02 194.19 0.95 0.62
Hex 40 CE FA 4A 12 0 2 C2 5F 3E
Octal 100 316 372 112 22 0 2 302 137 76
Binary 1000000 11001110 11111010 1001010 10010 0 10 11000010 1011111 111110

Color Harmonies of #40CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CEFA

Black with #40CEFA

Text Example


Text Example

White with #40CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,206,250); }

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

background-color css

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

 a { background-color: rgb(64,206,250); }

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

border-color css

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

 span { border-color: rgb(64,206,250); }

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