#C9FBFA

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

Shades of Light Cyan #C9FBFA

Tints of Light Cyan #C9FBFA

Color information

#C9FBFA (or 0xC9FBFA) is unknown color: approx Light Cyan. HEX triplet: C9, FB and FA. RGB value is (201,251,250). Sum of RGB (Red+Green+Blue) = 201+251+250=702 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.63% from 702); Green value is 251 (98.44% from 255 or 35.75% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FBFA is #360405. Grayscale: #EBEBEB. Windows color (decimal): -3539974 or 16448457. OLE color: 16448457.

HSL color Cylindrical-coordinate representation of color #C9FBFA: hue angle of 178.8º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FBFA is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB201251250-
CMYK0.2000.000.02
HSL178.8º86.21%88.63%-
HSV(B)178.8º19.92%98.43%-
XYZ75.8488.31103.49-
YUV235.94135.94103.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.63%
GREEN value IS 251 (98.44% from 255) = 35.75%
BLUE value IS 250 (98.05% from 255) = 35.61%
R=28.63%
G=35.75%
B=35.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012512500.2000.000.02178.886.2188.63
HexC9FBFA14002b35659
Octal31137337224002263126131
Binary1100100111111011111110101010000101011001110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FBFA; }

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

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

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

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

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

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

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

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