#CBF2C8

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

Shades of Blue Romance #CBF2C8

Tints of Blue Romance #CBF2C8

Color information

#CBF2C8 (or 0xCBF2C8) is unknown color: approx Blue Romance. HEX triplet: CB, F2 and C8. RGB value is (203,242,200). Sum of RGB (Red+Green+Blue) = 203+242+200=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2C8 is #340D37. Grayscale: #E1E1E1. Windows color (decimal): -3411256 or 13169355. OLE color: 13169355.

HSL color Cylindrical-coordinate representation of color #CBF2C8: hue angle of 115.71º degrees, saturation: 0.62, 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 #CBF2C8 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB203242200-
CMYK0.1600.170.05
HSL115.71º61.76%86.67%-
HSV(B)115.71º17.36%94.9%-
XYZ66.8180.3766.64-
YUV225.55113.58111.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 242 (94.92% from 255) = 37.52%
BLUE value IS 200 (78.52% from 255) = 31.01%
R=31.47%
G=37.52%
B=31.01%

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
Decimal2032422000.1600.170.05115.7161.7686.67
HexCBF2C8100115743e57
Octal31336231020021516476127
Binary1100101111110010110010001000001000110111101001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2C8; }

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

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

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

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

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

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

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

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