#7cd4ff

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

Shades of Light Sky Blue #7CD4FF

Tints of Light Sky Blue #7CD4FF

Color information

#7CD4FF (or 0x7CD4FF) is unknown color: approx Light Sky Blue. HEX triplet: 7C, D4 and FF. RGB value is (124,212,255). Sum of RGB (Red+Green+Blue) = 124+212+255=591 (78% of max value = 765). Red value is 124 (48.83% from 255 or 20.98% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #7CD4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD4FF is #832B00. Grayscale: #BEBEBE. Windows color (decimal): -8596225 or 16766076. OLE color: 16766076.

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

Color convert

RGB124212255-
CMYK0.510.1700
HSL199.69º100%74.31%-
HSV(B)199.69º51.37%100%-
XYZ49.9158.59103.29-
YUV190.59164.3580.5-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 20.98%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 255 (100% from 255) = 43.15%
R=20.98%
G=35.87%
B=43.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1242122550.510.1700199.6910074.31
Hex7CD4FF331100c8644a
Octal174324377632100310144112
Binary1111100110101001111111111001110001001100100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd4ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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