#C8FBFD

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

Shades of Light Cyan #C8FBFD

Tints of Light Cyan #C8FBFD

Color information

#C8FBFD (or 0xC8FBFD) is unknown color: approx Light Cyan. HEX triplet: C8, FB and FD. RGB value is (200,251,253). Sum of RGB (Red+Green+Blue) = 200+251+253=704 (93% of max value = 765). Red value is 200 (78.52% from 255 or 28.41% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FBFD is #370402. Grayscale: #EBEBEB. Windows color (decimal): -3605507 or 16645064. OLE color: 16645064.

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

Color convert

RGB200251253-
CMYK0.210.0100.01
HSL182.26º92.98%88.82%-
HSV(B)182.26º20.95%99.22%-
XYZ76.0588.37105.98-
YUV235.98137.6102.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.41%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=28.41%
G=35.65%
B=35.94%

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
Decimal2002512530.210.0100.01182.2692.9888.82
HexC8FBFD15101b65d59
Octal31037337525101266135131
Binary110010001111101111111101101011011011011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FBFD; }

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

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

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

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

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

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

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

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