#C7FDFF

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

Shades of Light Cyan #C7FDFF

Tints of Light Cyan #C7FDFF

Color information

#C7FDFF (or 0xC7FDFF) is unknown color: approx Light Cyan. HEX triplet: C7, FD and FF. RGB value is (199,253,255). Sum of RGB (Red+Green+Blue) = 199+253+255=707 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.15% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7FDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDFF is #380200. Grayscale: #EDEDED. Windows color (decimal): -3670529 or 16776647. OLE color: 16776647.

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

Color convert

RGB199253255-
CMYK0.220.0100
HSL182.14º100%89.02%-
HSV(B)182.14º21.96%100%-
XYZ76.7389.61107.86-
YUV237.08138.11100.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.15%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 255 (100% from 255) = 36.07%
R=28.15%
G=35.79%
B=36.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992532550.220.0100182.1410089.02
HexC7FDFF16100b66459
Octal30737537726100266144131
Binary110001111111110111111111101101001011011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDFF; }

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

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

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

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

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

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

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

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