#CBFBC9

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

Shades of Blue Romance #CBFBC9

Tints of Blue Romance #CBFBC9

Color information

#CBFBC9 (or 0xCBFBC9) is unknown color: approx Blue Romance. HEX triplet: CB, FB and C9. RGB value is (203,251,201). Sum of RGB (Red+Green+Blue) = 203+251+201=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 201 (78.91% from 255 or 30.69% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBC9 is #340436. Grayscale: #E7E7E7. Windows color (decimal): -3408951 or 13237195. OLE color: 13237195.

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

Color convert

RGB203251201-
CMYK0.1900.200.02
HSL117.6º86.21%88.63%-
HSV(B)117.6º19.92%98.43%-
XYZ69.6785.9168.17-
YUV230.95111.1108.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 201 (78.91% from 255) = 30.69%
R=30.99%
G=38.32%
B=30.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032512010.1900.200.02117.686.2188.63
HexCBFBC9130142765659
Octal313373311230242166126131
Binary1100101111111011110010011001101010010111011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBC9; }

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

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

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

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

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

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

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

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