#C7FAFF

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

Shades of Light Cyan #C7FAFF

Tints of Light Cyan #C7FAFF

Color information

#C7FAFF (or 0xC7FAFF) is unknown color: approx Light Cyan. HEX triplet: C7, FA and FF. RGB value is (199,250,255). Sum of RGB (Red+Green+Blue) = 199+250+255=704 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.27% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAFF is #380500. Grayscale: #EBEBEB. Windows color (decimal): -3671297 or 16775879. OLE color: 16775879.

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

Color convert

RGB199250255-
CMYK0.220.0200
HSL185.36º100%89.02%-
HSV(B)185.36º21.96%100%-
XYZ75.7987.73107.55-
YUV235.32139.1102.09-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.27%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 255 (100% from 255) = 36.22%
R=28.27%
G=35.51%
B=36.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992502550.220.0200185.3610089.02
HexC7FAFF16200b96459
Octal30737237726200271144131
Binary1100011111111010111111111011010001011100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAFF; }

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

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

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

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

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

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

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

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