#7CCEFE

Color #7CCEFE Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #7CCEFE

Tints of Light Sky Blue #7CCEFE

Color information

#7CCEFE (or 0x7CCEFE) is unknown color: approx Light Sky Blue. HEX triplet: 7C, CE and FE. RGB value is (124,206,254). Sum of RGB (Red+Green+Blue) = 124+206+254=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #7CCEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CCEFE is #833101. Grayscale: #BABABA. Windows color (decimal): -8597762 or 16699004. OLE color: 16699004.

HSL color Cylindrical-coordinate representation of color #7CCEFE: hue angle of 202.15º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CCEFE is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB124206254-
CMYK0.510.1900.00
HSL202.15º98.48%74.12%-
HSV(B)202.15º51.18%99.61%-
XYZ48.2755.58101.95-
YUV186.95165.8383.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.23%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=21.23%
G=35.27%
B=43.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1242062540.510.1900.00202.1598.4874.12
Hex7CCEFE331300ca624a
Octal174316376632300312142112
Binary1111100110011101111111011001110011001100101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CCEFE; }

 p { color: rgb(124,206,254); }

 H1.HeaderClassName
 {
   color: #7CCEFE;
 }
 .AnyTagClassName
 {
   color: #7CCEFE;
 }
</style>
background-color css

<style>
 a { background-color: #7CCEFE; }

 a { background-color: rgb(124,206,254); }

 div.DivClassName
 {
   background-color: #7CCEFE;
 }
 .BgClassName
 {
   background-color: #7CCEFE;
 }
</style>
border-color css

<style>
 span { border-color: #7CCEFE; }

 span { border-color: rgb(124,206,254); }

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