#C7FBFE

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

Shades of Light Cyan #C7FBFE

Tints of Light Cyan #C7FBFE

Color information

#C7FBFE (or 0xC7FBFE) is unknown color: approx Light Cyan. HEX triplet: C7, FB and FE. RGB value is (199,251,254). Sum of RGB (Red+Green+Blue) = 199+251+254=704 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.27% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FBFE is #380401. Grayscale: #EBEBEB. Windows color (decimal): -3671042 or 16710599. OLE color: 16710599.

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

Color convert

RGB199251254-
CMYK0.220.0100.00
HSL183.27º96.49%88.82%-
HSV(B)183.27º21.65%99.61%-
XYZ75.9488.29106.81-
YUV235.79138.27101.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.27%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=28.27%
G=35.65%
B=36.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992512540.220.0100.00183.2796.4988.82
HexC7FBFE16100b76059
Octal30737337626100267140131
Binary110001111111101111111110101101001011011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBFE; }

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

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

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

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

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

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

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

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