#7CDCFF

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

Shades of Light Sky Blue #7CDCFF

Tints of Light Sky Blue #7CDCFF

Color information

#7CDCFF (or 0x7CDCFF) is unknown color: approx Light Sky Blue. HEX triplet: 7C, DC and FF. RGB value is (124,220,255). Sum of RGB (Red+Green+Blue) = 124+220+255=599 (79% of max value = 765). Red value is 124 (48.83% from 255 or 20.70% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CDCFF is #832300. Grayscale: #C3C3C3. Windows color (decimal): -8594177 or 16768124. OLE color: 16768124.

HSL color Cylindrical-coordinate representation of color #7CDCFF: hue angle of 196.03º 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 #7CDCFF is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB124220255-
CMYK0.510.1400
HSL196.03º100%74.31%-
HSV(B)196.03º51.37%100%-
XYZ51.9662.69103.97-
YUV195.29161.777.15-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.70%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 255 (100% from 255) = 42.57%
R=20.70%
G=36.73%
B=42.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242202550.510.1400196.0310074.31
Hex7CDCFF33E00c4644a
Octal174334377631600304144112
Binary111110011011100111111111100111110001100010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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