#7CE1FF

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

Shades of Light Sky Blue #7CE1FF

Tints of Light Sky Blue #7CE1FF

Color information

#7CE1FF (or 0x7CE1FF) is unknown color: approx Light Sky Blue. HEX triplet: 7C, E1 and FF. RGB value is (124,225,255). Sum of RGB (Red+Green+Blue) = 124+225+255=604 (80% of max value = 765). Red value is 124 (48.83% from 255 or 20.53% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CE1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE1FF is #831E00. Grayscale: #C6C6C6. Windows color (decimal): -8592897 or 16769404. OLE color: 16769404.

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

Color convert

RGB124225255-
CMYK0.510.1200
HSL193.74º100%74.31%-
HSV(B)193.74º51.37%100%-
XYZ53.2965.36104.41-
YUV198.22160.0475.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.53%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 255 (100% from 255) = 42.22%
R=20.53%
G=37.25%
B=42.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242252550.510.1200193.7410074.31
Hex7CE1FF33C00c2644a
Octal174341377631400302144112
Binary111110011100001111111111100111100001100001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,225,255); }

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

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

 a { background-color: rgb(124,225,255); }

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

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

 span { border-color: rgb(124,225,255); }

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