#C7FAFE

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

Shades of Light Cyan #C7FAFE

Tints of Light Cyan #C7FAFE

Color information

#C7FAFE (or 0xC7FAFE) is unknown color: approx Light Cyan. HEX triplet: C7, FA and FE. RGB value is (199,250,254). Sum of RGB (Red+Green+Blue) = 199+250+254=703 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.31% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAFE is #380501. Grayscale: #EBEBEB. Windows color (decimal): -3671298 or 16710343. OLE color: 16710343.

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

Color convert

RGB199250254-
CMYK0.220.0200.00
HSL184.36º96.49%88.82%-
HSV(B)184.36º21.65%99.61%-
XYZ75.6387.67106.7-
YUV235.21138.6102.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.31%
GREEN value IS 250 (98.05% from 255) = 35.56%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=28.31%
G=35.56%
B=36.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992502540.220.0200.00184.3696.4988.82
HexC7FAFE16200b86059
Octal30737237626200270140131
Binary1100011111111010111111101011010001011100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAFE; }

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

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

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

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

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

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

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

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