#C9FBCA

Color #C9FBCA Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #C9FBCA

Tints of Blue Romance #C9FBCA

Color information

#C9FBCA (or 0xC9FBCA) is unknown color: approx Blue Romance. HEX triplet: C9, FB and CA. RGB value is (201,251,202). Sum of RGB (Red+Green+Blue) = 201+251+202=654 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.73% from 654); Green value is 251 (98.44% from 255 or 38.38% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FBCA is #360435. Grayscale: #E6E6E6. Windows color (decimal): -3540022 or 13302729. OLE color: 13302729.

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

Color convert

RGB201251202-
CMYK0.2000.200.02
HSL121.2º86.21%88.63%-
HSV(B)121.2º19.92%98.43%-
XYZ69.2585.6868.76-
YUV230.46111.94106.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.73%
GREEN value IS 251 (98.44% from 255) = 38.38%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=30.73%
G=38.38%
B=30.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012512020.2000.200.02121.286.2188.63
HexC9FBCA140142795659
Octal311373312240242171126131
Binary1100100111111011110010101010001010010111100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FBCA; }

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

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

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

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

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

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

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

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