#C7FFFF

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

Shades of Light Cyan #C7FFFF

Tints of Light Cyan #C7FFFF

Color information

#C7FFFF (or 0xC7FFFF) is unknown color: approx Light Cyan. HEX triplet: C7, FF and FF. RGB value is (199,255,255). Sum of RGB (Red+Green+Blue) = 199+255+255=709 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.07% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #C7FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFFF is #380000. Grayscale: #EEEEEE. Windows color (decimal): -3670017 or 16777159. OLE color: 16777159.

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

Color convert

RGB199255255-
CMYK0.22000
HSL180º100%89.02%-
HSV(B)180º21.96%100%-
XYZ77.3690.88108.07-
YUV238.26137.45100-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.07%
GREEN value IS 255 (100% from 255) = 35.97%
BLUE value IS 255 (100% from 255) = 35.97%
R=28.07%
G=35.97%
B=35.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992552550.2200018010089.02
HexC7FFFF16000b46459
Octal30737737726000264144131
Binary110001111111111111111111101100001011010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FFFF; }

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

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

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

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

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

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

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

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