#CBFFC9

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

Shades of Blue Romance #CBFFC9

Tints of Blue Romance #CBFFC9

Color information

#CBFFC9 (or 0xCBFFC9) is unknown color: approx Blue Romance. HEX triplet: CB, FF and C9. RGB value is (203,255,201). Sum of RGB (Red+Green+Blue) = 203+255+201=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFC9 is #340036. Grayscale: #E9E9E9. Windows color (decimal): -3407927 or 13238219. OLE color: 13238219.

HSL color Cylindrical-coordinate representation of color #CBFFC9: hue angle of 117.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBFFC9 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB203255201-
CMYK0.2000.210
HSL117.78º100%89.41%-
HSV(B)117.78º21.18%100%-
XYZ70.9388.4368.59-
YUV233.3109.77106.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.80%
GREEN value IS 255 (100% from 255) = 38.69%
BLUE value IS 201 (78.91% from 255) = 30.50%
R=30.80%
G=38.69%
B=30.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552010.2000.210117.7810089.41
HexCBFFC9140150766459
Octal313377311240250166144131
Binary110010111111111111001001101000101010111011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFC9; }

 p { color: rgb(203,255,201); }

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

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

 a { background-color: rgb(203,255,201); }

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

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

 span { border-color: rgb(203,255,201); }

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