#C7FEFF

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

Shades of Light Cyan #C7FEFF

Tints of Light Cyan #C7FEFF

Color information

#C7FEFF (or 0xC7FEFF) is unknown color: approx Light Cyan. HEX triplet: C7, FE and FF. RGB value is (199,254,255). Sum of RGB (Red+Green+Blue) = 199+254+255=708 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.11% from 708); Green value is 254 (99.61% from 255 or 35.88% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEFF is #380100. Grayscale: #EDEDED. Windows color (decimal): -3670273 or 16776903. OLE color: 16776903.

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

Color convert

RGB199254255-
CMYK0.220.0000
HSL181.07º100%89.02%-
HSV(B)181.07º21.96%100%-
XYZ77.0490.25107.97-
YUV237.67137.78100.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.11%
GREEN value IS 254 (99.61% from 255) = 35.88%
BLUE value IS 255 (100% from 255) = 36.02%
R=28.11%
G=35.88%
B=36.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992542550.220.0000181.0710089.02
HexC7FEFF16000b56459
Octal30737637726000265144131
Binary110001111111111011111111101100001011010111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEFF; }

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

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

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

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

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

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

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

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