#C7FCFD

Color #C7FCFD Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #C7FCFD

Tints of Light Cyan #C7FCFD

Color information

#C7FCFD (or 0xC7FCFD) is unknown color: approx Light Cyan. HEX triplet: C7, FC and FD. RGB value is (199,252,253). Sum of RGB (Red+Green+Blue) = 199+252+253=704 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.27% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7FCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FCFD is #380302. Grayscale: #ECECEC. Windows color (decimal): -3670787 or 16645319. OLE color: 16645319.

HSL color Cylindrical-coordinate representation of color #C7FCFD: hue angle of 181.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FCFD is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199252253-
CMYK0.210.0000.01
HSL181.11º93.1%88.63%-
HSV(B)181.11º21.34%99.22%-
XYZ76.0988.85106.07-
YUV236.27137.44101.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.27%
GREEN value IS 252 (98.83% from 255) = 35.80%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=28.27%
G=35.80%
B=35.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992522530.210.0000.01181.1193.188.63
HexC7FCFD15001b55d59
Octal30737437525001265135131
Binary110001111111110011111101101010011011010110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FCFD; }

 p { color: rgb(199,252,253); }

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

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

 a { background-color: rgb(199,252,253); }

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

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

 span { border-color: rgb(199,252,253); }

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