#C7FBFD

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

Shades of Light Cyan #C7FBFD

Tints of Light Cyan #C7FBFD

Color information

#C7FBFD (or 0xC7FBFD) is unknown color: approx Light Cyan. HEX triplet: C7, FB and FD. RGB value is (199,251,253). Sum of RGB (Red+Green+Blue) = 199+251+253=703 (93% of max value = 765). Red value is 199 (78.12% from 255 or 28.31% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FBFD is #380402. Grayscale: #EBEBEB. Windows color (decimal): -3671043 or 16645063. OLE color: 16645063.

HSL color Cylindrical-coordinate representation of color #C7FBFD: hue angle of 182.22º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FBFD is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB199251253-
CMYK0.210.0100.01
HSL182.22º93.1%88.63%-
HSV(B)182.22º21.34%99.22%-
XYZ75.7888.23105.96-
YUV235.68137.77101.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.31%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=28.31%
G=35.70%
B=35.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992512530.210.0100.01182.2293.188.63
HexC7FBFD15101b65d59
Octal30737337525101266135131
Binary110001111111101111111101101011011011011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBFD; }

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

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

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

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

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

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

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

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