#C9FBFD

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

Shades of Light Cyan #C9FBFD

Tints of Light Cyan #C9FBFD

Color information

#C9FBFD (or 0xC9FBFD) is unknown color: approx Light Cyan. HEX triplet: C9, FB and FD. RGB value is (201,251,253). Sum of RGB (Red+Green+Blue) = 201+251+253=705 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.51% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #C9FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FBFD is #360402. Grayscale: #ECECEC. Windows color (decimal): -3539971 or 16645065. OLE color: 16645065.

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

Color convert

RGB201251253-
CMYK0.210.0100.01
HSL182.31º92.86%89.02%-
HSV(B)182.31º20.55%99.22%-
XYZ76.3188.5105.99-
YUV236.28137.44102.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.51%
GREEN value IS 251 (98.44% from 255) = 35.60%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=28.51%
G=35.60%
B=35.89%

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
Decimal2012512530.210.0100.01182.3192.8689.02
HexC9FBFD15101b65d59
Octal31137337525101266135131
Binary110010011111101111111101101011011011011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FBFD; }

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

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

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

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

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

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

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

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