#CBF2C9

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

Shades of Blue Romance #CBF2C9

Tints of Blue Romance #CBF2C9

Color information

#CBF2C9 (or 0xCBF2C9) is unknown color: approx Blue Romance. HEX triplet: CB, F2 and C9. RGB value is (203,242,201). Sum of RGB (Red+Green+Blue) = 203+242+201=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2C9 is #340D36. Grayscale: #E1E1E1. Windows color (decimal): -3411255 or 13234891. OLE color: 13234891.

HSL color Cylindrical-coordinate representation of color #CBF2C9: hue angle of 117.07º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBF2C9 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB203242201-
CMYK0.1600.170.05
HSL117.07º61.19%86.86%-
HSV(B)117.07º16.94%94.9%-
XYZ66.9280.4267.25-
YUV225.67114.08111.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.42%
GREEN value IS 242 (94.92% from 255) = 37.46%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=31.42%
G=37.46%
B=31.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032422010.1600.170.05117.0761.1986.86
HexCBF2C9100115753d57
Octal31336231120021516575127
Binary1100101111110010110010011000001000110111101011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2C9; }

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

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

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

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

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

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

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

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