#C8FDFD

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

Shades of Light Cyan #C8FDFD

Tints of Light Cyan #C8FDFD

Color information

#C8FDFD (or 0xC8FDFD) is unknown color: approx Light Cyan. HEX triplet: C8, FD and FD. RGB value is (200,253,253). Sum of RGB (Red+Green+Blue) = 200+253+253=706 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.33% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #C8FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FDFD is #370202. Grayscale: #EDEDED. Windows color (decimal): -3604995 or 16645576. OLE color: 16645576.

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

Color convert

RGB200253253-
CMYK0.21000.01
HSL180º92.98%88.82%-
HSV(B)180º20.95%99.22%-
XYZ76.6789.62106.19-
YUV237.15136.94101.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.33%
GREEN value IS 253 (99.22% from 255) = 35.84%
BLUE value IS 253 (99.22% from 255) = 35.84%
R=28.33%
G=35.84%
B=35.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002532530.21000.0118092.9888.82
HexC8FDFD15001b45d59
Octal31037537525001264135131
Binary110010001111110111111101101010011011010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FDFD; }

 p { color: rgb(200,253,253); }

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

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

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

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

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

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

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