#C7FEFD

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

Shades of Light Cyan #C7FEFD

Tints of Light Cyan #C7FEFD

Color information

#C7FEFD (or 0xC7FEFD) is unknown color: approx Light Cyan. HEX triplet: C7, FE and FD. RGB value is (199,254,253). Sum of RGB (Red+Green+Blue) = 199+254+253=706 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.19% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEFD is #380102. Grayscale: #EDEDED. Windows color (decimal): -3670275 or 16645831. OLE color: 16645831.

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

Color convert

RGB199254253-
CMYK0.2200.000.00
HSL178.91º96.49%88.82%-
HSV(B)178.91º21.65%99.61%-
XYZ76.7290.12106.28-
YUV237.44136.78100.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.19%
GREEN value IS 254 (99.61% from 255) = 35.98%
BLUE value IS 253 (99.22% from 255) = 35.84%
R=28.19%
G=35.98%
B=35.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992542530.2200.000.00178.9196.4988.82
HexC7FEFD16000b36059
Octal30737637526000263140131
Binary110001111111111011111101101100001011001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEFD; }

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

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

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

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

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

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

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

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